---
title: "POST /abdm/uhi/v1/physical-consultation/search/doctors/slots"
method: POST
path: "/abdm/uhi/v1/physical-consultation/search/doctors/slots"
---

# POST /abdm/uhi/v1/physical-consultation/search/doctors/slots

`POST /abdm/uhi/v1/physical-consultation/search/doctors/slots`

This API is used to search for available consultation slots for booking.

## Headers

- `X-Pt-Id` string
- `X-Partner-Pt-Id` string
- `X-Hip-Id` string

## Request body

- ModelsSlotSearchRequest
  - `end_time` string, required — End date/time until which available slots should be searched
  - `facility_id` string, required — facility ID of the provider
  - `hpr_id` string, required — Health Professional Registry (HPR) ID of the doctor
  - `provider_id` string, required — Identifier of the doctor in the system
  - `start_time` string, required — Start date/time from which available slots should be searched
  - `transaction_id` string, required — Unique transaction ID for tracking the request

## Response `200`

OK

- ModelsGetPhysConsCommonResponse
  - `order_id` string — Unique booking/order ID
  - `provider_id` string — Provider ID for the next API call
  - `txn_id` string — Unique transaction ID for the next API call

## Other responses

- `4XX`
- `5XX`

---

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