Skip to main content
POST
Browse Available Appointment Slots over a Date Range

Path Parameters

appointmentDefinition
integer
required

The appointment definition ID

Body

application/json

Request payload for the range slots endpoint. Date window is capped at 31 days so a single call can't sweep an unbounded slot space.

Reuses the same staff/location validation rules as the single-day endpoint (ListAppointmentAvailableSlots) so the range version inherits the same "is this combination actually bookable?" guarantees.

location_id
integer
required
start_date
string<date>
required
end_date
string<date>
required
staff_id
string | null
sort
enum<string>
Available options:
asc,
desc

Response

AppointmentAvailableSlotsRangeResource

data
string[]
required
meta
object
required