Skip to main content
GET
cURL

What this endpoint returns

An availability schedule holds the hours you are open for bookings. This endpoint returns every schedule on your account, newest first. Each event type points to one schedule. The schedule marked is_default is the one new event types get.

Reading the hours

working_days lists the weekdays the schedule is open on. hours gives the open periods for each of those weekdays, in the timezone of the schedule. A weekday with more than one period has a break between them.
These are the rules, not the free times. To see when a person can actually book, which also counts existing events, use Get Availability.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Availabilities response

success
boolean
required

Indicates whether the request was successful

Example:

true

data
object[]
required