---
title: "Get Clinic by ID"
method: GET
path: "/cdr/v1/clinic/{clinic_id}/"
tags: ["Doctor and clinic API"]
---

# Get Clinic by ID

`GET /cdr/v1/clinic/{clinic_id}/`

### Overview
Retrieve a single clinic's details using either the Eka ID or the partner-provided ID.

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

**Method:** `GET`

### Path Parameters

| Parameter | Type   | Description                                          | Required |
| --------- | ------ | ---------------------------------------------------- | -------- |
| clinic_id | string | Clinic's Eka ID or partner-provided ID               | Yes      |

## Path parameters

- `clinic_id` string, required

## Headers

- `auth` string, required

## Response `200`

OK - Clinic details retrieved

- object
  - `status` string
  - `clinic` object
    - `id` string
    - `name` string
    - `pincode` string
    - `contact` string
    - `mobile` string
    - `address` string
    - `doctors` object[]
      - `id` string
      - `firstname` string
      - `lastname` string
    - `partner_id` string

## Other responses

- `404` — Clinic not found

---

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