---
title: "Get available appointment slots for a clinic.
Same logic as the widget booking - providers are embedded in slot data."
method: GET
path: "/public/rdvm/slots"
tags: ["RdvmPortal"]
---

# Get available appointment slots for a clinic.
Same logic as the widget booking - providers are embedded in slot data.

`GET /public/rdvm/slots`

## Query parameters

- `clinicId` string
- `date` string, date-time
- `appointmentTypeId` string
- `locationId` string
- `providerId` string

## Response `200`

OK

- GetRdvmSlotsResponse
  - `slots` RdvmSlotDto[]
    - `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

## Other responses

- `400` — Bad Request

---

[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)
