POST
/
abdm
/
v1
/
consents
/
pin
/
reset
curl --request POST \
  --url https://api.eka.care/abdm/v1/consents/pin/reset \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "pin": "1234"
}'
This response has no body data.

Authorizations

Authorization
string
header
required

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

Body

application/json
pin
string
required

Pin to authorize consent.