PUT
/api/interaction/mfa-skipped
curl \
--request PUT 'https://[tenant_id].logto.app/api/interaction/mfa-skipped' \
--header "Content-Type: application/json" \
--data '{"mfaSkipped":true}'
Request examples
{
"mfaSkipped": true
}