Skip to main content

POST /auth/forgot-password

This endpoint sends a password reset email to the user. It is a public endpoint and does not require authentication.

Request Body

string
required
The email address of the user who has forgotten their password.

Response

boolean
Indicates whether the request was accepted. For security reasons, this will always be true even if the email does not exist in the system.
string
A confirmation message.