Get Cities
GET /public/v1/configuration/cities
Query Parameters
| Key | Type | Required | Rule | Description |
|---|---|---|---|---|
| country_code | string | Mandatory | iso2 | country ISO-3 code |
| state_code | string | Mandatory | state ISO code |
Expected HTTP status code
- 200
Response
| Name | Type | Description |
|---|---|---|
| [] | array | cities |
| [].name | string | the name of city |
| [].stateCode | string | the state code of city |
| [].countryCode | string | the country code of city |
| [].translation | map | the translation of city |
Error
| Code | Type | Description |
|---|