cURL
curl --request GET \ --url https://api.halth.com/v1/organisations/{organisationId}/bookings/availability
{ "timeslots": [ { "providers": [ "1", "2", "3" ], "appointmentTime": "2023-11-07T05:31:56Z" } ] }
Get available dates and times to make a booking
If not supplied, then all providers for the location/appointment type will be queried for availability
Show child attributes