Skip to main content

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

Array of reservations.