Path parameters
string
required
Your booking page token (booking slug or lead token).
Query parameters
string
required
The date to check, in
YYYY-MM-DD format (interpreted in the business’s timezone).string
Optional comma-separated service IDs (e.g.,
12,15). The total estimated duration of these services determines how long each slot must be. If omitted, the default slot duration is used.Response
Returns200 OK with the open slots.
array
An array of available slots. Each slot has a
start and end timestamp (ISO 8601). An empty array means no availability that day — including dates outside the booking window (before today or beyond booking_advance_days).Example
Errors
A date outside the allowed booking window doesn’t return an error — it returns
200 OK with an empty slots array.Get config
Back: fetch services and settings.
Submit booking
Next: create the order or lead.