Country

Read on countries enabled for you

The country APIs provide the list of available countries.

Get a list of all available countries

GET /countries

curl --location --request GET '{{url}}/countries' \
--header 'X-Client-Id: {{client_id}}' \
--header 'X-Client-Secret: {{client_secret}}' \
--header 'Content-Type: application/json'

Get country by code

GET /countries/{{countryCode}}

Last updated