Skip to main content
GET
List open booking slots for a service.

Authorizations

x-api-key
string
header
required

Your workspace API key. It both authenticates the caller and selects the workspace.

Query Parameters

service_id
string

Required. Service uuid to compute availability for.

staff_id
string

Optional staff uuid; omit for any eligible staff (union of their slots).

date
string<date>

Required. Start date (YYYY-MM-DD), interpreted in timezone.

timezone
string

IANA timezone for date. Defaults to UTC; unrecognised values fall back to UTC.

days
integer

Number of days to scan from date (1-90). Default 7.

Response

Success.