Skip to main content
POST
Request to reschedule a booking

Headers

cal-api-version
string
default:2026-02-25
required

Must be set to 2026-02-25.

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token

Path Parameters

bookingUid
string
required

Body

application/json
rescheduleReason
string

Reason for requesting to reschedule the booking

Example:

"I need to reschedule due to a conflict"

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"