Skip to main content
POST
/
v1
/
operations
/
auth
/
two-factor-verifications
Verify MFA for operations login
curl --request POST \
  --url https://api.example.com/v1/operations/auth/two-factor-verifications \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "totpCode": "<string>"
}
'

Body

application/json
email
string<email>
required
totpCode
string
required
Minimum string length: 1

Response

MFA verified, tokens issued