Skip to main content
POST
Forgot password - Request reset link

Overview

Request a password reset link to be sent via email. This endpoint generates a password reset token and sends it to the user’s registered email address. The user can then use this token to reset their password.

Request Body

string
required
The email address of the user who forgot their password.Format: Valid email addressExample: "user@example.com"

Response

boolean
Whether the request was successful.
string
Success message confirming the reset link was sent.

Example Request

Body

application/json
email
string<email>
required

The email address of the user who forgot their password

Example:

"user@example.com"

Response

Reset link sent successfully

success
boolean
Example:

true

msg
string
Example:

"Reset password link is sent successfully!"