Retrieve a list of countries and their codes from our system to use them for country-specific parameters
Security
API-Key
- https://api.kycaid.comhttps://api.kycaid.com/countries
curl -i -X GET \
https://api.kycaid.com/countries \
-H 'API-Key: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json'Response
[ { "country_code": "GB", "labels": [ { "language_code": "EN", "label": "Cambodia" } ] } ]