v1

latestOpenAPI 3.0.32026-07-131670112.4 KB
Public

Submit reschedule

Cancels the existing booking and creates a new one at the requested time.

post/v1/reschedule/{token}

Path parameters

tokenstring required

Request body

start_timestring required

New ISO 8601 start time

attendee_timezonestring

Response

Default Response

object required

Example response

{
  "status": "rescheduled",
  "uid": "bk_new123",
  "start_time": "2026-03-22T16:00:00.000Z",
  "end_time": "2026-03-22T16:30:00.000Z",
  "cancel_url": "/v1/cancel/cancel_tok_new",
  "reschedule_url": "/v1/reschedule/res_tok_new"
}