Verify 2FA code during login
POST/v1/auth/2fa/verify
Verifies a TOTP code or backup code during the login process. This endpoint is called after successful password verification for accounts with 2FA enabled.
Request
Responses
- 200
- 400
- 401
- 429
- 500
2FA verification successful
bad_request: Invalid input
Invalid 2FA code
Too many failed attempts
Internal server error