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

Response

201
application/json

2FA code verification result

The response is of type object.