Appointments

Find available slots

Times when the selected services can be performed back-to-back for a provider.

Requires the appointments:read scope.

post/v1/appointments/recur_slots

Request body

providerinteger required
servicesinteger[] required
datestring date

Single date → response collapses to { times: [...] }

datesstring[]
frequency'daily' | 'weekly' | 'monthly'
countinteger

Response

{ options: [{time, dates}] } or { times: [...] } for a single date

Changes

No recorded changes to this endpoint across all 1 revision of this API.