cURL
curl --request GET \ --url https://api.eka.care/abdm/v1/provider/{hip_id} \ --header 'Authorization: Bearer <token>'
{ "city": "<unknown>", "hip_id": "<string>", "hip_name": "<unknown>", "state": "<unknown>" }
Fetches the Providers based on the HIP ID.
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
Identifier for the Health Information Provider (HIP).
OID is used to Identify the user.
OK
City where the Health Information Provider (HIP) is located.
Name of the Health Information Provider (HIP).
State where the Health Information Provider (HIP) is located.
Was this page helpful?