Skip to main content
GET
List open appointment times

Authorizations

Authorization
string
header
required

An API key from Settings > API keys. Scopes: business:read, business:write, calls:read, contacts:read, contacts:write, appointments:read, appointments:write, messages:read, knowledge:write, webhooks:manage.

Query Parameters

service_id
string<uuid>
required

The service to book.

start_date
string<date>
required

First day, YYYY-MM-DD, in the business time zone.

end_date
string<date>

Last day, YYYY-MM-DD. Defaults to start_date.

staff_id
string<uuid>

Only times this active staff member is free.

Response

OK

data
object[]
required
next_cursor
string | null
required

Pass as cursor to get the next page. Null on the last page.

has_more
boolean
required