API documentation for HeyDonto API
Site identifier
curl -i -X GET \ 'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/availability?endDate=string&startDate=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
Open availability slots computed from Schedules & Appointments
List of free timeslots within the requested date range
The ID of the schedule resource that this timeslot references
The start time (ISO8601) for the free slot
The end time (ISO8601) for the free slot
{ "data": [ { … } ] }