List open booking slots for a service.
List open booking slots for a service.
Computes bookable slot start instants for a service over a date window, honouring working hours, min-notice/horizon, buffers, calendar busy time and existing bookings. The window runs from the start of `date` (in `timezone`) for `days` days. Returns {"slots": [iso8601 utc, ...]} (max 100).
GET
List open booking slots for a service.
Authorizations
Your workspace API key. It both authenticates the caller and selects the workspace.
Query Parameters
Required. Service uuid to compute availability for.
Optional staff uuid; omit for any eligible staff (union of their slots).
Required. Start date (YYYY-MM-DD), interpreted in timezone.
IANA timezone for date. Defaults to UTC; unrecognised values fall back to UTC.
Number of days to scan from date (1-90). Default 7.
Response
Success.

