Reset Password
Reset a users password with the token received in reset email.
- application/json
Request Body required
- reset_password_token string required
One Time Password reset token
- password string required
New Password to be set
Responses
- 200
- 400
- 409
- 500
Password changed
Invalid token
Invalid request body or reset token used or expired.
Something is wrong with the API.
Loading...