Password Reset via OTP

The POST https://api.banking.netevia.dev/v2/forgotPassword API endpoint allows users to reset their forgotten passwords. By submitting their email address, users will receive a password reset link or instructions via email.

Functionality:

  • Allows users to submit their email to receive a password reset link or instructions.
  • No authentication is required for this request.
  • Upon submitting the email, users will receive a reset link to follow and create a new password.
  • Ensures secure recovery of the account password by email verification.

Key Features:

  • Email-Based Password Recovery: Users must provide their registered email to receive password reset instructions.
  • Secure Link: Users receive a secure reset link via email, ensuring that only authorized individuals can reset the password.
  • Error Handling: Returns clear error messages for unregistered or invalid email addresses.
  • No Authentication Required: This endpoint does not require prior authentication, enabling users to recover access without needing to log in.
  • Simple Process: Streamlines password recovery by sending instructions directly to the user's email.

📘

This API ensures that users can securely recover access to their accounts by resetting their passwords via a verified email process.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!