ResetPassword
POST/v1/password-reset
ResetPassword allows the user (after requesting a password reset) to set a new password - the password reset token needs to be set in the request and not expired. If the request is successful, a confirmation of the reset is sent to the user and a 200 StatusOK is returned
Request
Responses
- 200
- 400
- 401
- 500
- default
Success
Bad Request
Unauthorized
Internal Server Error