post https://api.banking.netevia.dev/api/auth/SendUnlockOtp
The POST /api/auth/SendUnlockOtp endpoint allows users to request a One-Time Password (OTP) for unlocking their account. This API generates and sends an OTP to the user's registered mobile number or email address. The OTP can then be used to authenticate and unlock the account, helping users regain access securely. This method ensures that the OTP is valid only for a specified period to enhance security.
Purpose:
- Initiate the account unlocking process by sending an OTP to the user.
- Provide a secure way for users to regain access to their locked accounts.
- Enhance security with time-sensitive OTP validation.
Response:
On success, the API will confirm that the OTP has been sent to the registered contact details of the user.
Key Features:
- OTP Generation and Delivery: Generates a unique One-Time Password and sends it to the user’s registered mobile number or email address.
- Time-Bound OTP: The OTP is valid for a limited time, ensuring that users must authenticate within the specified period.
- Secure Unlocking Process: The API ensures that only users with access to the registered contact method can unlock their accounts.
Multi-Factor Authentication (MFA): This API can be used as part of a multi-factor authentication (MFA) system, where users are required to verify their identity through a secondary factor such as OTP.