GET
/
abdm
/
v1
/
provider
/
{hip_id}
curl --request GET \
  --url https://api.eka.care/abdm/v1/provider/{hip_id} \
  --header 'Authorization: Bearer <token>'
{
  "city": null,
  "hip_id": "<string>",
  "hip_name": null,
  "state": null
}

Authorizations

Authorization
string
header
required

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

Path Parameters

hip_id
string
required

Identifier for the Health Information Provider (HIP).

Response

200
application/json
OK
city
string | null

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

hip_id
string

Identifier for the Health Information Provider (HIP).

hip_name
string | null

Name of the Health Information Provider (HIP).

state
string | null

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