check_availability
Live open appointment slots for a service id (from list_services) over an optional date range (default next 5 weeks, max 62 days). Slots are not held - the customer reserves by completing checkout (with payment) at the booking_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | No | End date YYYY-MM-DD (optional). | |
| date_from | No | Start date YYYY-MM-DD (optional, default today). | |
| service_id | Yes | Service id from list_services. |