POST
/
abdm
/
uhi
/
v1
/
physical-consultation
/
search
/
doctors
cURL
curl --request POST \
  --url https://api.eka.care/abdm/uhi/v1/physical-consultation/search/doctors \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "district_code": "295",
  "district_name": "Bengaluru Urban",
  "doctor_name": "Ganesh",
  "end_time": "2025-08-05T23:59:59Z",
  "facility_name": "Apollo Hospital",
  "hpr_id": null,
  "latitude": "12.9716",
  "longitude": "77.5946",
  "pincode": "560001",
  "radius_km": "10",
  "speciality": "CARDIOLOGY",
  "start_time": "2025-08-05T00:00:00Z",
  "state_code": "29",
  "state_name": "Karnataka"
}'
{
  "order_id": "<string>",
  "provider_id": "<string>",
  "txn_id": "<string>"
}

Authorizations

Authorization
string
header
required

The API requires a Bearer token (JWT) for authentication.

Headers

X-Pt-Id
string

Eka User ID (OID)

X-Partner-Pt-Id
string

Partner User ID

X-Hip-Id
string

Partner HIP ID

Body

application/json

Response

200
application/json

OK

The response is of type object.