GET
/
abdm
/
v1
/
consents
/
pin
/
exists
curl --request GET \
  --url https://api.eka.care/abdm/v1/consents/pin/exists \
  --header 'Authorization: Bearer <token>'
{
  "exist": true
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
OK
exist
boolean

Indicates if the user has already set the consent PIN.