Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get available appointment slots
cURL
curl --request GET \ --url https://consumer.fanfare.io/api/appointments/{appointmentId}/slots
{ "slots": [ { "available": 123, "capacity": 123, "endTime": "<string>", "id": "<string>", "startTime": "<string>", "locationId": "<string>", "locationName": "<string>", "timezone": "<string>" } ] }
Retrieved available slots
Show child attributes