--- title: 'Booking.com' description: '' --- # Booking.com undefined | Detail | Value | |---|---| | Category | Travel | | Base URL | `https://supply-xml.booking.com/hotels/xml` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `booking-com` | ## Using Booking.com in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Booking.com** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_hotels_0) | Hotels | | [GET ](./get_rooms_1) | Rooms | | [GET ](./get_availability_2) | Availability | | [GET ](./get_rates_3) | Rates | | [GET ](./get_reservations_4) | Reservations | | [GET ](./get_cities_5) | Cities | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.