Create an appointment exception

Create a new appointment scheduling exception for the authenticated practitioner. The exception blocks availability for the specified date range. If the date range overlaps an existing exception, the request will be rejected with a 409 Conflict.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request body for creating an appointment exception.

string | null

Optional title for the exception.

date-time
required

Start of the exception period (ISO 8601).

date-time
required

End of the exception period (ISO 8601).

locationIds
array of strings

Business location IDs to associate with this exception.

locationIds
boolean

When true, the exception applies to all locations.

Responses

Language
Credentials
Bearer
API Key
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json