Using API for a multi-step Workflow
Most ID DataWeb interactions require multiple API calls to verify a user.
Two simple examples:
- For AXN Verify - MobileMatch: an /slverify call to verify PII, then an /otp call to confirm phone possession.
- For AXN Manage - an /slverify call to analyze environmental risk, an /otp call to trigger MFA, and an /slverify call to confirm MFA.
In this section, we will cover 2 important best practices to enable API support for Verification Workflows:
Updated almost 3 years ago