cURL
curl --request GET \ --url https://api.eka.care/abdm/v1/care-contexts/providers \ --header 'Authorization: Bearer <token>'
{ "providers": [ { "hip_id": "<string>", "hip_name": "<unknown>" } ] }
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
OID is used to Identify the user.
OK
Show child attributes
Identifier for the Health Information Provider (HIP).
Name of the Health Information Provider (HIP).
Was this page helpful?