ForgotPassword
POST/forgot-password
ForgotPassword is a service for users to request a password reset email. The email address must be provided in the POST request and the user must exist in the database. This endpoint always returns 200 regardless of whether the user exists or not to avoid leaking information about users in the database
Request
Responses
- 200
- 400
- 500
- default
success
Bad Request
Internal Server Error