Skip to main content

Request a password reset email

POST 

/api/auth/forgotten-password

Generates a password reset token and sends it to the user's email address. Always returns 201 regardless of whether the user exists, to prevent user enumeration.

Request

Responses

Password reset request accepted — email will be sent if the user exists.