Skip to content

Countries

Countries

Operations

Get countries

Request

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

Security
API-Key
Bodyapplication/json
curl -i -X GET \
  https://api.kycaid.com/countries \
  -H 'API-Key: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json'

Responses

OK

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

Bodyapplication/json
Array [
country_codestring, = 2 characters

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

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