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
Example:

"2025-12-01 10:00:00"

end_time
string<date-time>
required
Example:

"2025-12-01 11:00:00"

contact_uuid
string<uuid>
description
string
status
string
Example:

"approved"

notes
string
custom_answers
object

Response

201

Appointment created successfully