Skip to main content
POST
Reschedule an appointment

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act on behalf of. Platform API Keys only (required with an API Key unless the endpoint states otherwise). Requests authenticated with a Personal Access Token are rejected if this header names another user.

Path Parameters

id
string
required

Appointment ID (UUID)

Body

application/json
start
string
required

New start time for the appointment in ISO 8601 format. The duration remains unchanged.

Example:

"2026-03-10T14:00:00.000Z"

ignoreAvailability
boolean
default:false

Skip availability and conflict checks. Allows scheduling outside available hours or on top of existing appointments. Defaults to false.

Response

The rescheduled appointment with previous start time

appointment
object
required

The rescheduled appointment with updated start and end times

previousStart
string
required

The previous start time before rescheduling (ISO 8601)

Example:

"2026-03-08T10:00:00.000Z"