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