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

Authorizations

Authorization
string
header
required

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

Body

application/json
otp
string
required

OTP received on the mobile number.

txn_id
string
required

Transaction ID received in the previous API response.