Skip to main content
GET
/
abdm
/
v1
/
providers
cURL
curl --request GET \
  --url https://api.eka.care/abdm/v1/providers \
  --header 'Authorization: Bearer <token>'
"<unknown>"

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

Query Parameters

name
string
required

Name of the Health Information Provider (HIP), required with a minimum length of 3 characters.

Minimum string length: 3
oid
string

OID is used to Identify the user.

Response

OK

city
null | string

City where the Health Information Provider (HIP) is located.

hip_id
string

Identifier for the Health Information Provider (HIP).

hip_name
null | string

Name of the Health Information Provider (HIP).

state
null | string

State where the Health Information Provider (HIP) is located.