GET
/
abdm
/
uhi
/
v1
/
physical-consultation
/
search
/
doctors
cURL
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
    }
  ]
}

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

Response

200
application/json

OK

The response is of type object.