Retrieves all valid individual identification document types for a specific country. Requires an API key with access level 1 or higher.
Path parameters
ISO country code (e.g., US, MX, BR).
Response
Identification type code.
Identification type description.
curl -X GET "https://api.cryptomate.me/management/clients/identifications/US" \
-H "X-API-KEY: $CRYPTOMATE_API_KEY"
[
{
"type": "SSN",
"description": "Social Security Number"
}
]