Verify totp code by mfa token
PUT/identity/v2/auth/login/2fa/verification/authenticatorcode
Validates the TOTP Authenticator code provided by the user as part of the multi-factor authentication (MFA) login process. This endpoint supports both AuthenticatorCode
and GoogleAuthenticatorCode
fields in the request payload, depending on the URL path. It performs risk-based template setup and verifies the provided code using the application's logic layer.
Request
Responses
- 200
- 400
- 403
- 404
- 500
Successful MFA login or 2FA challenge required
Bad Request - the request is malformed or invalid.
Forbidden - the client is not allowed to access this resource.
Not Found: The server cannot find the requested resource.
Internal Server Error - an unexpected error occurred on the server.