Skip to main content
GET
/
appointments
/
{appointmentId}
/
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>"
    }
  ]
}

Path Parameters

appointmentId
string
required

Query Parameters

startDate
string
required
endDate
string
required
timezone
string | null

Response

Retrieved available slots

slots
object[]
required