v1
latestOpenAPI 3.0.32026-07-131670112.4 KBBookings
Admin reschedule a booking
Moves a confirmed booking to a new start time. Sends a reschedule notification email to the attendee.
post/v1/bookings/{id}/reschedule
Path parameters
idstring required
Request body
Response
Default Response
object required
Example response
{
"ok": true,
"start_time": "2026-03-21T16:00:00.000Z",
"end_time": "2026-03-21T16:30:00.000Z",
"override": false
}