Skip to content

POST   /auth/get-password-reset-email/{email}

Request a password reset email

Sends a password reset email with a reset token to the specified email address

Required Parameters

email   path string

Email address to send the password reset link to

Try it out

Loading...

Output:

Responses

Description

Password reset email sent successfully

{
"message": "Password reset email sent to user@example.com"
}

References

#/components/schemas/Error

type: object
properties:
error:
type: string
description: Error message
status:
type: integer
description: HTTP status code
message:
type: string
description: Detailed error message
description: Error response object
required:
- error

Route Source Code

Check out the source code for this route entrypoint here: /auth/get-password-reset-email/[email]/route.ts

Or the swagger.yaml spec this documentation was generated from: /auth/get-password-reset-email/[email]/swagger.yaml