Skip to main content
PATCH
Reschedule an appointment

Authorizations

Authorization
string
header
required

Marketplace API key

Headers

idempotency-key
string

Client-generated key protecting retries for 24 hours

X-Organization-Id
string
required

Target clinic organization ID

Path Parameters

id
string
required

Appointment ID

Body

application/json
startsAt
string

New start instant, ISO-8601 with offset

Example:

"2026-08-05T10:30:00-04:00"

durationMinutes
number

New length in minutes

Example:

30

providerId
string

New provider ID (prv_…). Rejected on EHRs where this is a care-team edit.

facilityId
string

New facility ID (fac_…)

Response

Success

code
string
required

Response code

Example:

"success"

data
object
required