Skip to main content

Fetch available times for a listing

GET 

/api/v3/tours/:listing_id/available_times

Returns available time slots for a listing.

Notes:

  • Returns an empty array if the listing is off-market, the account cannot create showings, or the customer has turned off tour bookings for your integration
  • Times are in the listing's local timezone
  • Each slot includes showing_type indicating whether it is an in_person or self_guided time slot
  • When no showing_type filter is provided, defaults to in_person if the listing supports both types, or the only supported type if the listing supports just one

Request

Responses

Available showtimes for a listing