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
| Verb | Operation | Carries onward |
|---|---|---|
POST |
Create a hotel search · /v1/hotels/searches |
searchId |
GET |
Read hotel search results · /v1/hotels/searches/{searchId}/results |
hotelId |
GET |
Build a hotel booking link · /v1/hotels/{hotelId}/rates/{rateId}/booking-link |
wego.com URL |
GET |
Build a durable wego.com hotel search link · /v1/hotels/search-link |
wego.com URL |
GET |
List a hotel’s rooms & rates · /v1/hotels/{hotelId}/rates |
rateId |
GET |
Search a hotel’s guest reviews · /v1/hotels/{hotelId}/reviews |
terminal |
GET |
Get hotel detail · /v1/hotels/{hotelId} |
terminal |