Retrieves all valid business identification document types (EIN, VAT, TIN, etc.) 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/business-identifications/US" \
-H "X-API-KEY: $CRYPTOMATE_API_KEY"
[
{
"type": "EIN",
"description": "Employer Identification Number"
}
]