Bookings
POSTReschedule a booking
Requests to reschedule an existing booking.
POST
/v2/bookings/{bookingUid}/rescheduleRequest Body
application/jsonRequiredAccepts different types of reschedule booking input: Reschedule Booking (Option 1) or Reschedule Seated Booking (Option 2). If you're rescheduling a seated booking as org admin of booking host, pass booking input for Reschedule Booking (Option 1) along with your access token in the request header.
bodyRequiredobject | objectPath Parameters
bookingUidRequiredstringHeader Parameters
ical-api-versionRequiredstringMust be set to 2024-08-13. If not set to this value, the endpoint will default to an older version.
Default:
"2024-08-13"Authorizationstringvalue must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
x-cal-secret-keystringFor platform customers - OAuth client secret key
x-cal-client-idstringFor platform customers - OAuth client ID