Cities
This Endpoint use GET method to fetch all cities of Booking CTS, this is important because you will need the city id for fetch availability. Request headers have to include the token on the authentication key.
Endpoint
GET https://{{base_url}}/api-v2/city/
Response format and explanation of every field
Response
[
{
"id": 1,
"name": "Arica",
"display_name": "Arica",
"region": "Región de Arica y Parinacota",
"region_number": "XV"
}
]