Skip to main content
GET
Check appointment availability for calendar

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Appointment calendar id. Get it from appointmentCalendars.list.

Pattern: ^\d+$

Query Parameters

startDate
string<date-time>
required

Start of the range to check for available slots.

endDate
string<date-time>
required

End of the range to check for available slots.

contactId
string

Contact id to exclude their own existing bookings from the daily/per-user limits.

Pattern: ^\d+$

Response

OK

text
string
required
slots
object[]
required