---
title: "Get statistics"
method: GET
path: "/v1beta/resellers/statistics"
tags: ["Statistics"]
---

# Get statistics

`GET /v1beta/resellers/statistics`

## Response `200`

A successful response.

- StatisticsGetStatisticsResponse
  - `code` integer
  - `data` StatisticsGetStatisticsResponseData
    - `currency` StatisticsCurrencyStatistics
      - `modified` string
    - `customer` StatisticsCustomerStatistics
      - `modified` string
      - `total` integer
    - `dns` StatisticsDnsStatistics
      - `total` integer
    - `domain` StatisticsDomainStatistics
      - `by_status` StatisticsDomainStatisticsByStatus
        - `ACT` integer
        - `FAI` integer
        - `NSR` integer
        - `PEN` integer
        - `REJ` integer
        - `REQ` integer
      - `total` integer
    - `license` StatisticsLicenseStatistics
      - `total` integer
    - `spam_experts` StatisticsSpamExpertsStatistics
      - `activated_at` string
      - `created_at` string
      - `exists` boolean
      - `expired_at` string
      - `incoming_count` integer
      - `incoming_limit` integer
      - `outgoing_count` integer
      - `outgoing_limit` integer
      - `status` string
      - `with_outgoing_filter` boolean
    - `ssl` StatisticsSslStatistics
      - `by_status` StatisticsSslStatisticsByStatus
        - `ACT` integer
        - `FAI` integer
        - `NSR` integer
        - `PEN` integer
        - `REJ` integer
        - `REQ` integer
      - `total` integer
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

---

[API](https://skmtc.net/openprovider/apis/rest-api.md) · [All operations](https://skmtc.net/openprovider/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openprovider/rest-api/revisions/55b7a0062507/schema)
