Skip to main content
POST
Search Post-Conversion Events
Returns post-conversion event data aggregated by event type and up to two additional columns. Post-conversion events are actions that occur after the initial conversion, such as upsells, renewals, or custom events.
The date range is limited to a maximum of one year (367 days). Requests exceeding this limit will return an error.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Body

application/json
from
string
required

Start date (format: YYYY-MM-DD or YYYY-MM-DD HH:mm:SS).

to
string
required

End date (format: YYYY-MM-DD or YYYY-MM-DD HH:mm:SS).

timezone_id
integer
required

Timezone ID for the report.

columns
object[]
required

Columns to break down the data by. Must include a pivot column (event_name or advertiser_event_name) plus one or two additional columns.

currency_id
string

Currency code for monetary values. Currently only USD is supported.

query
object

Optional filters to narrow results.

Response

200 - application/json
report
object[]