Request password reset
POST/api/auth/password-reset-request
When this API is called, an email containing a link to a frontend page with a token is sent to the email address written in the payload. The page linked will use the reset-password API to change the password of user.
Request
Responses
- 200
- 400
- 404
- 500
Successful operation
Bad request
User not found
Server error