Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Date and time which is the start point of the appointments to list, in YYYY-mm-dd HH:ii
format. Defaults to now
.
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
Array of Appointment objects