Account Management API
Get Country Cities
Get a list of cities from a Country
GET
/
cities
Paste your API token to the authorization field. To get a token, Create an account and learn how to generate a token
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
country
string
required2-letter COUNTRY_CODE
Response
200 - application/json
The response is of type object[]
.
Was this page helpful?