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.
The API requires a Bearer token (JWT) for authentication.
OTP received on the mobile number.
Transaction ID received in the previous API response.