Skip to main content
POST
Get Daily Report
Returns daily aggregated metrics for the authenticated affiliate. Each row in the response represents a single day with its associated performance metrics including clicks, conversions, and revenue.

Authorizations

X-Eflow-Api-Key
string
header
required

The affiliate's API key generated from the Affiliate Portal. Uses the same X-Eflow-Api-Key header as the Network API, but the key belongs to the affiliate user rather than the network admin.

Body

application/json
from
string
required

Start date. Format YYYY-MM-DD.

to
string
required

End date. Format YYYY-MM-DD.

timezone_id
integer
required

Timezone identifier for the date range.

currency_id
string
required

Currency code for monetary values.

Response

200 - application/json
summary
object

Full set of aggregated reporting metrics.

performance
object[]

Array of daily performance data points over the requested date range.

table
object[]

Array of daily reporting rows.

incomplete_results
boolean

True if results exceeded the row limit and were truncated.