Sign in

Block availability

documented

Query block availability data.

GET /demand-api-v2-compatible/blockAvailabilityAvailabilityno implementation yet0 runs
No 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/blockAvailability?affiliate_id={{BOOKING_AFFILIATE_ID}}&block_ids={{BLOCK_IDS}}&checkin={{CHECKIN}}&checkout={{CHECKOUT}}&currency={{CURRENCY}}&extras={{EXTRAS}}&guest_cc={{GUEST_CC}}&guest_ip={{GUEST_IP}}&guest_qty={{GUEST_QTY}}&hotel_ids={{HOTEL_IDS}}&language={{LANGUAGE}}&num_rooms={{NUM_ROOMS}}&room1={{ROOM1}}&user_platform={{USER_PLATFORM}}" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Block availability · Booking.com · OpenIntegrations