Skip to main content
POST
Get Aggregated Reporting Data
The main reporting endpoint for pivoting data by columns. Limited to 10,000 rows. Requires from/to dates, timezone_id, currency_id, and at least one column. Returns incomplete_results: true if the row limit is exceeded.
The date range is limited to a maximum of one year (367 days). Requests exceeding this limit will return an error.

Examples

Basic report by offer (see the request example below) Report filtered by country with device_type breakdown:
Multi-offer report with affiliate exclusion:
Smart Links report:

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Body

application/json
columns
object[]
required
currency_id
string
required
from
string
required
timezone_id
integer
required
to
string
required
query
object
usm_columns
string[] | null

Response

200 - application/json
table
object[]