Get a single booking by UID
GET /appointments/bookings/{booking_uid}
GET
/appointments/bookings/{booking_uid}
Return the full booking detail (attendees, references, meeting_url,
responses, internal notes). Backed by BookingsHandler.handle_get;
raises 404 when the UID isn’t visible to the caller.
Authorizations
Parameters
Path Parameters
booking_uid
required
Booking UID (uuid string).
string
Booking UID (uuid string).
Header Parameters
Responses
200
Successful Response
object
key
additional properties
any
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string