Skip to main content
GET
Get a list of earning reports filtered by date.

Authorizations

apikey
string
query
required

Pass your API key as a query parameter (e.g., /endpoint?apikey=YOUR_API_KEY)

Query Parameters

from
string

Start date for filtering reports (ISO 8601 format).

Example:

"2024-01-01"

to
string

End date for filtering reports (ISO 8601 format).

Example:

"2024-12-31"

page
number

Page number for pagination (default: 1).

Example:

1

Response

200 - application/json
total
number
required

The total number of results

Example:

100

sub
boolean

Whether this response includes subscriber-only data

Example:

true

items
object[]