Skip to main content
POST
Add a guest to an appointment

Path Parameters

appointmentId
string
required

Appointment unique identifier

Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json

Guest email to add

email
string
required

Email address of the guest to invite to the appointment

Example:

"guest@example.com"

notify
boolean
default:true

Whether to send the guest an invitation email. Defaults to true.

Example:

true

Response

201 - application/json

Guest added to appointment

id
string
required

Unique identifier

appointmentId
string
required

Appointment ID

email
string
required

Guest email address

createdAt
string<date-time>
required

Created at timestamp

Last modified on July 26, 2026