POST
/
authentication
/
submitTwoFactorAuthCode
curl --request POST \
  --url https://api.kaizenautomation.com/authentication/submitTwoFactorAuthCode \
  --header 'Content-Type: application/json' \
  --data '{
  "code": "<string>"
}'
{
  "success": true,
  "message": "<string>",
  "data": "<any>"
}

Body

application/json
code
string
required

Two-factor authentication code

Required string length: 4 - 8

Response

201
application/json
2FA code verification result
success
boolean
required

Whether the 2FA code was accepted

message
string
required

Status message

data
any

The created two-factor authentication code data