Skip to content

Send a reschedule-request email to the attendee (host action)

POST
/appointments/bookings/{booking_uid}/request-reschedule

Ask the attendee to pick a new time.

Sends a reschedule-request email with the optional host reason message and a link to the public booking page. Does NOT move or cancel the original booking - the attendee reschedules by clicking the link. Backed by BookingsHandler.handle_request_reschedule. Raises 404 when the booking uid is not visible to the caller.

Authorizations

Parameters

Path Parameters

booking_uid
required

Booking UID (uuid string).

string

Booking UID (uuid string).

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

object
reason
Any of:
string

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