Get supported document types
GET/id-documents/document-types/:country_iso
Get list of supported document types for a country
Request
Path Parameters
country_iso stringrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
documentTypes string[]required
The document types that are supported for the specified country
{
"documentTypes": [
"string"
]
}
Loading...