Skip to main content

Get document details

GET 

/id-documents/document-details/:country/:type

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Get document details by type and country

Request

Path Parameters

    country stringrequired
    type stringrequired

Responses

Schema

    id stringrequired

    The id of the document

    created date-timerequired

    The date the document was created

    updated date-timerequired

    The date the document was last updated

    country stringrequired

    The country of the document issuer

    ctry_alpha_2 stringrequired

    The alpha-2 country code of the document issuer

    ctry_alpha_3 stringrequired

    The alpha-3 country code of the document issuer

    type stringrequired

    The type of the document

    width numberrequired

    The width of the document

    height numberrequired

    The height of the document

Loading...