List Subscription Revenue

This endpoint will return subscription revenue data for your property, optionally grouped by day, for the date range supplied in filters[start_date] and filters[end_date]. The aggregate or daily data will be rendered as: "2021-03-01": { currency_code1: amount1, currency_code2: amount2 } where currency_code is a standard ISO 4217 code (USD, CAD, etc), and amount is a number representing the quantity of the given currency.

Query Params
string
required

Filter records created after the specified start_date (filters[start_date]=2021-03-09)

string
required

Filter records created on or before the specified end_date.

string | null
enum

Group records by day

Allowed:
Responses

Language
Credentials
Query
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json