---
title: "Find combo slots (multi-provider)"
method: POST
path: "/v1/appointments/combo_slots"
tags: ["Appointments"]
---

# Find combo slots (multi-provider)

`POST /v1/appointments/combo_slots`

Chained sessions across different providers on the same day.

Requires the `appointments:read` scope.

## Request body

- object
  - `date` string, date, required
  - `sessions` object[], required
    - `provider` integer
    - `services` integer[]

## Response `200`

{ total_min, options:[{time, services:[{id,name,time,flag}]}] }

## Other responses

- `401` — Missing or invalid API key
- `402` — Monthly quota exceeded
- `403` — Insufficient scope, inactive subscription, or the clinic hasn't authorized API access
- `429` — Rate limit exceeded — see Retry-After header
- `502` — Upstream unavailable

---

[API](https://skmtc.dev/yezza/apis/yezza-clinic-api-external-access.md) · [All operations](https://skmtc.dev/yezza/apis/yezza-clinic-api-external-access/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/yezza/yezza-clinic-api-external-access/revisions/fb0639413542/schema)
