Skip to main content

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

Schema

    isSupported booleanrequired

    Whether the document type is supported for the specified country iso code

Loading...