Skip to main content

CreateOpeningRequest

Request schema for creating an opening.

datedaterequired

The date of the opening.

end_timestringrequired

The end time of the opening (24-hour clock, e.g. 17:00). Must be after the start time. To open availability across midnight, create two adjacent openings.

start_timestringrequired

The start time of the opening (24-hour clock, e.g. 09:00).

time_zonestring

The IANA time zone the opening's times are authored in. Defaults to the provider's location time zone when omitted.

titlestringnullable

An optional display title for the opening.

CreateOpeningRequest
{
"date": "2025-06-15",
"end_time": "17:00",
"start_time": "09:00",
"time_zone": "America/New_York",
"title": "Extra clinic hours"
}