curl --request POST \
--url https://api.kaizenautomation.com/authentication/submitTwoFactorAuthCode \
--header 'Content-Type: application/json' \
--data '{
"code": "<string>"
}'
{
"success": true,
"message": "<string>",
"data": "<any>"
}
Verifies a two-factor authentication code for an ongoing authentication session
curl --request POST \
--url https://api.kaizenautomation.com/authentication/submitTwoFactorAuthCode \
--header 'Content-Type: application/json' \
--data '{
"code": "<string>"
}'
{
"success": true,
"message": "<string>",
"data": "<any>"
}
2FA code verification result
The response is of type object
.