verify_reset_code auth
POST/v1/auth/verify-reset-code
Validate the 6-digit OTP issued by /v1/auth/forgot-password. On success the OTP is consumed and a short-lived reset token is returned for use in /v1/auth/reset-password. Per-email and per-IP rate limits apply.
Request
Responses
- 200
- 400
- 401
- 429
- 503
OTP verified. Returns a short-lived reset token.
bad_request: Invalid input
Invalid or expired verification code.
Too many verification attempts for this email or IP.
Reset service temporarily unavailable.