Send and verify one-time codes for two-factor authentication flows. Deliver verification codes via SMS or voice call, confirm user responses, cancel pending verifications, and retrieve usage statistics across your applications.
Available endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /2step/reports | Get Statistic Reports for all your account verifications |
| GET | /2step/reports/applications/{appId} | Retrieve Verification Statistics for any of your account applications |
| GET | /2step/{trackingId} | Retrieve a verification status |
| POST | /2step | Perform a verification |
| POST | /2step/{trackingId} | Confirm a verification by its ID |
| DELETE | /2step/{trackingId} | Cancel a pending verification |

