GET
/
abdm
/
v1
/
providers
curl --request GET \
  --url https://api.eka.care/abdm/v1/providers \
  --header 'Authorization: Bearer <token>'
null

Authorizations

Authorization
string
header
required

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

Query Parameters

name
string
required

Name of the Health Information Provider (HIP), required with a minimum length of 3 characters.

Minimum length: 3

Response

200
application/json
OK

The response is of type null.