Supported Documents

Retrieve all supported document types and country combinations for various checks.

This endpoint allows you to retrieve a list of all documents supported by our Document Checks service.

The lists are updated periodically, so the returned values are expected to change.

URL

GET https://api.complycube.com/v1/static/supportedDocuments

Retrieves all supported document types and country combinations.

Headers

Example request

curl -X GET https://api.complycube.com/v1/static/supportedDocuments \
     -H 'Authorization: <YOUR_API_KEY>' 

Example response

{
  "document_check": {
    "passport": {
      "AE": {
        "sides": 1
      },
      "AD": {
        "sides": 1
      },
      "AE": {
        "sides": 1
      },
      "AF": {
        "sides": 1
      }
    }
    ...
  }
}

Last updated