Skip to main content
POST
Create a new appointment

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Body

application/json
schedule_uuid
string<uuid>
required
title
string
required
Example:

"Team Meeting"

start_time
string<date-time>
required

No offset = your timezone; with offset = that exact instant

Example:

"2026-08-08 10:00:00"

end_time
string<date-time>
required

Same rule as start_time; must be after it

Example:

"2026-08-08 10:30:00"

contact_uuid
string<uuid>
description
string
status
string
Example:

"approved"

notes
string
custom_answers
object

Response

201

Appointment created successfully