Get available times
acuity_availability_timesList available time slots on a given date for an appointment type. Acuity REST: GET /availability/times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date to check, formatted YYYY-MM-DD, e.g. '2026-08-15'. | |
| timezone | No | IANA timezone for the returned times, e.g. 'America/New_York'. | |
| calendarID | No | Restrict to a specific calendar id. | |
| appointmentTypeID | Yes | Appointment type id to check availability for (required). |