d08a107895ad

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
RevenueStat

Retrieves the collection of RevenueStat resources.

Retrieves the collection of RevenueStat resources.

get/revenue_stats

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

RevenueStat collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

Unique identifier for the customer e.g. "1"

sellerNamestring nullable

Full name of seller

siteNamestring nullable

Site name

currencystring nullable

Currency used for revenue e.g. USD

totalSubscriptionsstring nullable

Number of total subscriptions

totalRevenuestring nullable

Total revenue

revenueTodaystring nullable

Revenue from today

revenueThisMonthstring nullable

Revenue from current month

revenueThisYearstring nullable

Revenue from current year

siteIdstring nullable

Example response

[
  {
    "integration": "quickbooks"
  }
]