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_typeindicating whether it is anin_personorself_guidedtime slot - When no
showing_typefilter is provided, defaults toin_personif the listing supports both types, or the only supported type if the listing supports just one
Request
Responses
- 200
Available showtimes for a listing