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
- 201
- 500
Password reset request accepted — email will be sent if the user exists.
An unexpected server error occurred.