v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBGet Statistic Reports for all your account verifications
You can retrieve Two Factor Authentication reports from all of your applications.
get/2step/reports
Headers
Authorizationstring required
Bearer {access_token}
Response
200
Example response
{
"total": 5,
"totals": {
"Verified": 2,
"Failed": 1,
"Expired": 1,
"Cancelled": 1
},
"perCountry": {
"GR": {
"Verified": 2,
"Failed": 1,
"Expired": 1,
"Cancelled": 1
}
}
}