Reset password
POST/reset_password
Reset the user's password using a token from the password reset email. The token, email, new password, and password confirmation are all required.
Request
Responses
- 200
- 422
- 429
- 500
Password successfully reset
Validation failed
Too many requests — rate limit exceeded
Unexpected server error