Appointments
List and retrieve appointments for the current calendar day, scoped to the authenticated provider's workspace.
Endpoints
Method
Path
Operation
Description
List Appointments
Query Parameters
Parameter
Type
Required
Default
Description
Response
{
"items": [
{
"id": "string",
"session": "uuid or null",
"start": "2025-07-15T08:00:00Z",
"end": "2025-07-15T08:45:00Z",
"duration_minutes": 45,
"reason": "Therapy Intake",
"appointment_type": "THERAPY INTAKE",
"patient_name": "Riley Chen",
"patient_entity_id": "string",
"practitioner_name": "Levi Clark",
"practitioner_entity_id": "string",
"location_name": "string"
}
],
"has_more": false,
"continuation_token": null
}Get Appointment
Path Parameters
Parameter
Type
Required
Description
Response
Appointment Object
Field
Type
Description
Session Linking
Pagination
Error Responses
Status
Description
Last updated
Was this helpful?

