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

# Get Doctor by ID

`GET /cdr/v1/doctor/{doc_id}/`

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

**Endpoint:** `{{HOST}}/cdr/v1/doctor/{doc_id}/`

**Method:** `GET`

### Path Parameters

| Parameter | Type   | Description                                            | Required |
| --------- | ------ | ------------------------------------------------------ | -------- |
| doc_id    | string | Doctor's Eka ID or partner-provided ID                 | Yes      |

## Path parameters

- `doc_id` string, required

## Headers

- `auth` string, required

## Response `200`

OK - Doctor profile retrieved

- object
  - `status` string
  - `doctor` object
    - `id` string
    - `firstname` string
    - `lastname` string
    - `mobile` string
    - `email` string
    - `profile_image_url` string, nullable
    - `about` string
    - `specialisation` string
    - `clinics` object[]
      - `id` string
      - `name` string
    - `partner_id` string

## Other responses

- `404` — Doctor 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)
