Skip to content
Languages
Servers

https://api.kycaid.com/

Operations

Request

Retrieve a list of countries and their codes from our system to use them for country-specific parameters

Security
Your API key
Bodyapplication/json
application/json
null

Responses

OK

The request was successful, and our system returned an expected response.

Bodyapplication/jsonArray [
country_codestring= 2 characters

A two-letter country code according to ISO 3166-2

labelsArray of objects
]
Response
application/json
[ { "country_code": "GB", "labels": [ { "language_code": "EN", "label": "Cambodia" } ] } ]