Check venue availability
check-availabilityBookable services and open time slots for a venue on a given date.
WHEN TO USE: the user has picked a venue with is_bookable: true and wants
a time. Call without service_id first to see the services and their
prices, then again with one to get its slots.
Returns an explicit refusal for venues that are not set up for online booking — do not try to work around it, offer the phone number instead. Slot times are in the venue's timezone and are exactly the values book-appointment expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Day to check, Y-m-d. Today or later, at most 30 days ahead. | |
| slug | Yes | The venue slug from search-venues. | |
| service_id | No | Which service to check. Omit on the first call to list the services with their ids, durations and prices. |