Sign in

List RtB requests

documented

List booking requests for RtB properties.

GET /rtb/requestsRtB APIno 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://supply-xml.booking.com/rtb/requests?status={{$status}}&updatedSince={{$updatedSince}}&propertyId={{$propertyId}}&page={{$page}}&pageSize={{$pageSize}}" \
  -X GET \
  -H "Authorization: Basic {{BOOKING_SECRET}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "X-Booking-Api-Version: {{$api_version}}"
List RtB requests · Booking.com · OpenIntegrations