Auth
Complete MFA verification
Verify an MFA factor during authentication. On success, a new session with mfaVerified: true JWT claim is issued and the old session is revoked.
post/api/cis/v1/auth/factors/{factorId}/verify
Path parameters
factorIdstring uuid required
Headers
x-tenant-idstring required
Request body
Response
MFA verified
Example response
{
"mfaVerified": true
}