---
title: "Get available appointment slots for a date"
method: GET
path: "/public/widget/clinics/{clinicId}/slots"
tags: ["Widget"]
---

# Get available appointment slots for a date

`GET /public/widget/clinics/{clinicId}/slots`

## Path parameters

- `clinicId` string, required

## Query parameters

- `date` string, date-time
- `appointmentType` string
- `locationId` string

## Response `200`

Available appointment slots

- GetAvailableSlotsResponse
  - `slots` AvailableSlotDto[]
    - `id` string
    - `startTime` string, date-time
    - `endTime` string, date-time
    - `providerId` string, nullable
    - `providerName` string, nullable
    - `locationId` string, nullable
    - `locationName` string, nullable
  - `date` string, date-time

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/d8d7501dde48/schema)
