POST
/
abdm
/
v1
/
consents
/
pin
/
forgot
/
init
curl --request POST \
  --url https://api.eka.care/abdm/v1/consents/pin/forgot/init \
  --header 'Authorization: Bearer <token>'
{
  "expiry_in_minutes": 123,
  "medium": "mobile",
  "otp_medium_value": "9225828688",
  "txn_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
OK
expiry_in_minutes
integer
medium
string

Medium which is used to generate otp

otp_medium_value
string

Value of medium

txn_id
string

Transaction ID required for the next API call.