--- title: 'Amadeus' description: '' --- # Amadeus undefined | Detail | Value | |---|---| | Category | Travel | | Base URL | `https://api.amadeus.com/v2` | | Authentication | OAuth2 Client Credentials | | Endpoints | 7 | | Connector key | `amadeus` | ## Using Amadeus in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Amadeus** 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_flight_offers_0) | Flight Offers | | [GET ](./get_hotel_offers_1) | Hotel Offers | | [GET ](./get_locations_2) | Locations | | [GET ](./get_airlines_3) | Airlines | | [GET ](./get_activities_4) | Activities | | [GET ](./get_flight_delay_5) | Flight Delay | | [GET ](./get_booking_6) | Booking | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.