Get appointment by id
Appointments
Get Appointment
Returns a single appointment by its Conduit id. Use external_id to look up full appointment details from the booking service.
GET
Get appointment by id
Authorizations
Conduit API token. Use Authorization: Bearer <token>. Read/write endpoints require a token with write access.
Path Parameters
Appointment id.
Example:
"ar77c0dy0mgdpzmqz6tesry8w184002s"
Query Parameters
Optional workspace override. If omitted, Conduit resolves the appointment's workspace automatically.
Example:
"j57demo8f8x7c9v0n2q4r6t8y1u3i5o"
Response
Appointment
Single appointment response.
A scheduled appointment, including status, start/end times, notes, and the contact details captured at booking time.