---
title: "Search Doctors"
method: POST
path: "/api/v1/hims-appointments/doctors/search"
tags: ["hims-appointment-tools"]
---

# Search Doctors

`POST /api/v1/hims-appointments/doctors/search`

## Query parameters

- `token` string, nullable

## Request body

- SearchDoctorsRequest
  - `callId` string, required
  - `doctorName` string, nullable
  - `doctorCode` string, nullable
  - `specializationCode` string, nullable
  - `gender` string, nullable
  - `limit` integer

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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