Get reservations for a listing.
GET/listings/:listing_id/reservations
Returns a list of reservations for a listing.
Deriving pickup metrics: Use date_filter_type=booked_at to filter by booking date rather than stay date:
- Pickup (Booked Nights) — new nights booked in a time window — sum
end_date − start_date(in days) across returned reservations. - Pickup (Bookings) — new reservations created in a time window — count the number of reservation records returned.
Request
Responses
- 200
- 401
- 403
- 404
- 429
Array of reservations.
API key authorization failed.
Listing authorization failed.
Listing not found.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.