Hotel availability (v2-compatible)
documentedQuery hotel availability data.
GET /demand-api-v2-compatible/hotelAvailabilityAvailabilityno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://metasearch-connect-api.booking.com/demand-api-v2-compatible/hotelAvailability?city_ids={{$city_ids}}&guest_country={{$guest_country}}&room1={{$room1}}&checkin={{$checkin}}&checkout={{$checkout}}&hotel_ids={{$hotel_ids}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"