List Countries

Get Countries

get
Authorizations
Responses
200
OK
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?