reset_password auth
POST/v1/auth/reset-password
Set a new password using the reset token returned by /v1/auth/verify-reset-code. Rejects passwords that match the user's current password. Per-token and per-IP rate limits apply.
Request
Responses
- 200
- 400
- 401
- 404
- 429
- 503
Password reset successfully.
bad_request: Invalid input
Invalid or expired reset token.
User not found.
Too many reset attempts for this token or IP.
Reset service temporarily unavailable.