---
title: "Retrieve Verification Statistics for any of your account applications"
method: GET
path: "/2step/reports/applications/{appId}"
---

# Retrieve Verification Statistics for any of your account applications

`GET /2step/reports/applications/{appId}`

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

## Path parameters

- `appId` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `applicationId` string
  - `total` string
  - `totals` object
    - `Verified` integer
    - `Failed` integer
    - `Pending` integer
    - `Expired` integer
    - `Cancelled` integer
  - `perCountry` object
    - `GR` object
      - `Verified` integer
      - `Failed` integer
      - `Pending` integer
      - `Expired` integer
      - `Cancelled` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/revisions/5cef04e8f7d8/schema)
