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>"
}
This api is used to search for doctors.
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>"
}
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
OK
The response is of type object
.
Was this page helpful?