Sign in

Get RtB request

documented

Retrieve a specific RtB booking request.

GET /rtb/properties/{property_id}/requests/{id}RtB 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/properties/{{$property_id}}/requests/{{$request_id}}" \
  -X GET \
  -H "Authorization: Basic {{BOOKING_SECRET}}" \
  -H "X-Booking-Api-Version: {{$version}}" \
  -H "Accept: application/json"
Get RtB request · Booking.com · OpenIntegrations