GET
/
abdm
/
v1
/
consents
/
auto-approval
curl --request GET \
  --url https://api.eka.care/abdm/v1/consents/auto-approval \
  --header 'Authorization: Bearer <token>'
{
  "status": "enabled"
}

Authorizations

Authorization
string
header
required

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

Headers

X-User-Id
string

Partner user ID

X-Hip-Id
string

Partner HIP ID

Query Parameters

oid
string

OID is used to Identify the user.

Response

200
application/json

OK

The response is of type object.