TravelyfeHelp
DevelopersAPI ReferenceBookings

List Hotels

GET
/v1/itinerary/{id}/hotels

The itinerary's hotels.

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Path Parameters

id*string

The itinerary id (UUID).

Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/itinerary/497f6eca-6276-4993-bfeb-53cbbbba6f08/hotels"
{  "data": [    {      "id": "string",      "name": "string",      "address": "string",      "checkIn": "2019-08-24",      "checkOut": "2019-08-24",      "room": "string",      "travellers": 0,      "phone": "string",      "reference": "string"    }  ]}