---
title: "List Clinics"
method: GET
path: "/cdr/v1/clinic/"
tags: ["Doctor and clinic API"]
---

# List Clinics

`GET /cdr/v1/clinic/`

### Overview
Retrieve a list of all clinics registered for your business. Each entry includes basic clinic details and the doctors associated with that clinic.

**Endpoint:** `{{HOST}}/cdr/v1/clinic`

**Method:** `GET`

### Response Parameters

| Parameter | Type   | Description                                                |
| --------- | ------ | ---------------------------------------------------------- |
| status    | string | Status of the response (e.g., "success")                   |
| clinics   | array  | List of clinic objects belonging to the business           |

## Headers

- `auth` string, required

## Response `200`

OK - List of clinics

- object
  - `status` string
  - `clinics` object[]
    - `id` string — Clinic's Eka ID
    - `name` string
    - `pincode` string
    - `address` string
    - `doctors` object[] — Doctors associated with this clinic
      - `id` string
      - `firstname` string
      - `lastname` string
    - `partner_id` string

## Other responses

- `400` — Bad Request - Business could not be resolved from auth token

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
