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>" }
The API requires a Bearer token (JWT) for authentication.
Medium which is used to generate otp
Value of medium
Transaction ID required for the next API call.