Get RtB request
documentedRetrieve a specific RtB booking request.
GET /rtb/properties/{property_id}/requests/{id}RtB APIno 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://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"