List Countries
Authorizations
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
get
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"
}
]
}
Last updated
Was this helpful?