VRBO Reservations

List reservations received from VRBO.

GET/v1/channels/vrbo/reservations

Example

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

# Filter by date range
curl "https://api.repull.dev/v1/channels/vrbo/reservations?checkIn_gte=2026-07-01&checkIn_lte=2026-07-31" \
  -H "Authorization: Bearer sk_test_YOUR_KEY"
AI