Skip to main content
GET
List Appointments

Authorizations

Authorization
string
header
required

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

Query Parameters

start_at
string

Date and time which is the start point of the appointments to list, in YYYY-mm-dd HH:ii format. Defaults to now.

days
integer

Amount of days added to the start_at as range to fetch appointments for. Defaults to 7.

Response

200 - application/json

Non-paginated response with appointments

data
object[]

Array of Appointment objects