curl --request GET \
--url https://api.eka.care/abdm/uhi/v1/physical-consultation/search/doctors \
--header 'Authorization: Bearer <token>'{
"data": [
{
"doctor_name": "<string>",
"education": "<string>",
"facility_id": "<string>",
"gender": "<string>",
"hpr_id": "<string>",
"image": "<string>",
"languages": [
"<string>"
],
"provider_address": "<string>",
"provider_city": "<string>",
"provider_country": "<string>",
"provider_gps": "<string>",
"provider_name": "<string>",
"specialities": [
"<string>"
],
"transaction_id": "<string>",
"year_of_experience": 123
}
]
}Fetches a list of doctors matching the given search criteria.
curl --request GET \
--url https://api.eka.care/abdm/uhi/v1/physical-consultation/search/doctors \
--header 'Authorization: Bearer <token>'{
"data": [
{
"doctor_name": "<string>",
"education": "<string>",
"facility_id": "<string>",
"gender": "<string>",
"hpr_id": "<string>",
"image": "<string>",
"languages": [
"<string>"
],
"provider_address": "<string>",
"provider_city": "<string>",
"provider_country": "<string>",
"provider_gps": "<string>",
"provider_name": "<string>",
"specialities": [
"<string>"
],
"transaction_id": "<string>",
"year_of_experience": 123
}
]
}The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
OK
Show child attributes
Full name of the doctor
Educational qualifications of the doctor
Unique identifier of the healthcare facility
Gender of the doctor (e.g., Male, Female, Other)
Unique Health Professional Registry (HPR) ID of the doctor
Profile image URL of the doctor
Languages spoken by the doctor
Address of the healthcare facility or hospital
City where the provider is located
Country where the provider is located
GPS coordinates of the healthcare facility
Name of the healthcare provider or hospital
Specialities or fields of expertise of the doctor
Unique transaction ID for tracking the search response
Number of years of professional experience
Was this page helpful?