The hotel funnel, same shape as flights: createHotelSearch, getHotelSearchResults for ranked hotels, getHotel for static detail, getHotelRates for bookable rooms and rates (cheapest first, with board and refundability), getHotelRateBookingLink for the wego.com checkout URL.
Operations
- Create a hotel search:
POST /v1/hotels/searches - Read hotel search results:
GET /v1/hotels/searches/{searchId}/results - Build a hotel booking link:
GET /v1/hotels/{hotelId}/rates/{rateId}/booking-link - List a hotel’s rooms & rates:
GET /v1/hotels/{hotelId}/rates - Get hotel detail:
GET /v1/hotels/{hotelId}