Check document type support
GET/id-documents/document-type-support/:country_iso/:type
Check if a document type is supported for a country
Request
Path Parameters
country_iso stringrequired
type DocumentTyperequired
Possible values: [id-card
, passport
, driving-licence
, voting-card
]
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
isSupported booleanrequired
Whether the document type is supported for the specified country iso code
{
"isSupported": true
}
Loading...