Create an appointment
Appointments
Create an appointment
POST
Create an appointment
Documentation Index
Fetch the complete documentation index at: https://docs.healos.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key obtained from /api/v1/ext-api-keys
Body
application/json
Patient ID
Example:
"1743552000000"
Type of appointment
Example:
"Initial Evaluation"
Available options:
Telehealth, In-Person, Both, Other Example:
"Telehealth"
ISO 8601 datetime
Example:
"2026-04-15T14:00:00.000Z"
Duration in minutes
Required range:
x >= 1Example:
50
Example:
"New patient intake. Please complete forms beforehand."
Available options:
SCHEDULED, COMPLETED, CANCELLED, NO_SHOW Example:
"SCHEDULED"
Recurrence rule
Optional caller-supplied identifier. Unique per organization; immutable once set. Duplicate values return 409 with the existing record.
Required string length:
1 - 255Example:
"PARTNER-APPT-789"
Response
Appointment created