Cities

Returns a list of available cities in different countries,

Cities API

GET /api/v1/hotel/content-api/locations/cities

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <Access token>

Accept-Encoding

gzip

Query Params

Name
Type
Description

syncId

string

<syncId>

Response

{
    "success": true,
    "data": {
        "syncId": "0c90bb5ad9ecbb396b6c9b13a24196476ba4bd55410468c33",
        "total": 7416,
        "from": 1,
        "to": 1000,
        "cities": [
            {
                "cityId": 100001,
                "cityName": "Al Jadaf",
                "stateId": 100133,
                "countyId": 100171
            },
            {
                "cityId": 100002,
                "cityName": "Bur Dubai",
                "stateId": 100133,
                "countyId": 100171
            },
            {
                "cityId": 100003,
                "cityName": "Barsha Heights Tecom",
                "stateId": 100133,
                "countyId": 100171
            },
            {
                "cityId": 100004,
                "cityName": "Al Wahda",
                "stateId": 100137,
                "countyId": 100171
            }
		]
	}
}

Last updated