List RtB requests
documentedList booking requests for RtB properties.
GET /rtb/requestsRtB 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/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}}"