Skip to content

Confirm an appointment

POST /appointments/{appointmentId}/confirm

Confirms an appointment through the active connector. Depending on connector support, a successful response can include the current appointment record or only an appointment identifier and status message.

Operation ID: postAppointmentConfirm
Authorization: BEARER or API key

Parameters

Name Location Type Required Description
appointmentId path string Yes Connector-assigned CRM appointment identifier.

Responses

Status Description Body
200 Appointment confirmation result. AppointmentActionResponse
400 Bad request, missing authentication, or connector error. ErrorResponse, string
401 The user session is expired or revoked. ErrorResponse, string