GET/city/

Get City

This API retrieves a list of available cities in the system.

- Cities can be used for hotel demand calculations, event categorization, or business analysis.
- The endpoint requires Bearer Token Authentication.
GET/city/

Responses

StatusMeaningDescriptionSchema
200OKOK
400Bad RequestBad RequestNone
401UnauthorizedUnauthorizedNone
500Internal Server ErrorInternal Server ErrorNone

Example Request

# You can also use wget
curl -X GET /city/ \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Example responses

200 Response
[
  {
  
    "cityId": 0,
    "city": "string"
  }
]

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.