Forgot password - Request reset link
Authentication
Forgot Password
Request a password reset link to be sent via email. Generates a token and invalidates all active sessions.
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
The email address of the user who forgot their password.Format: Valid email addressExample:
"user@example.com"Response
Whether the request was successful.
Success message confirming the reset link was sent.