---
title: "Retrieves the collection of RevenueStat resources."
method: GET
path: "/revenue_stats"
tags: ["RevenueStat"]
---

# Retrieves the collection of RevenueStat resources.

`GET /revenue_stats`

Retrieves the collection of RevenueStat resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

RevenueStat collection

- RevenueStat[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for the customer e.g. "1"
  - `sellerName` string, nullable — Full name of seller
  - `siteName` string, nullable — Site name
  - `currency` string, nullable — Currency used for revenue e.g. USD
  - `totalSubscriptions` string, nullable — Number of total subscriptions
  - `totalRevenue` string, nullable — Total revenue
  - `revenueToday` string, nullable — Revenue from today
  - `revenueThisMonth` string, nullable — Revenue from current month
  - `revenueThisYear` string, nullable — Revenue from current year
  - `siteId` string, nullable

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
