v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Retrieve Verification Statistics for any of your account applications

You can retrieve Two Factor Authentication reports for any of your applications by providing the application id.

get/2step/reports/applications/{appId}

Path parameters

appIdstring required

Your application id

Headers

Authorizationstring required

Bearer {access_token}

Response

200

applicationIdstring
totalstring

Example response

{
  "applicationId": "a5c3dd608d811019489e5fd4",
  "total": "6",
  "totals": {
    "Verified": 3,
    "Failed": 1,
    "Expired": 1,
    "Cancelled": 1
  },
  "perCountry": {
    "GR": {
      "Verified": 3,
      "Failed": 1,
      "Expired": 1,
      "Cancelled": 1
    }
  }
}