Docs/Channels/Booking.com

Booking.com Reservations

List new and modified reservations, get details, and acknowledge processing.

GET/v1/channels/booking/reservations

Example

# List recent reservations
curl https://api.repull.dev/v1/channels/booking/reservations \
  -H "Authorization: Bearer sk_test_YOUR_KEY"

# Get a specific reservation
curl "https://api.repull.dev/v1/channels/booking/reservations?reservationId=4218850692" \
  -H "Authorization: Bearer sk_test_YOUR_KEY"
AI