List Countries
Rate limit: 100 requests per minute
Authorizations
X-API-KeystringRequired
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
default
get
/api/v1/countries/GET /api/v1/countries/ HTTP/1.1
Host:
X-API-Key: YOUR_API_KEY
Accept: */*
{
"countries": [
{
"code": "text",
"name": "text"
}
],
"locales": [
{
"code": "text",
"name": "text"
}
],
"currencies": [
{
"country_code": "text",
"code": "text",
"name": "text"
}
]
}Last updated
Was this helpful?

