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

Authorizations

Authorization
string
header
required

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

Response

200
application/json
OK
providers
object[] | null