cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/reporting/events/pertransaction \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "from": "<string>", "to": "<string>", "timezone_id": 123, "query": {} } '
{}
Returns events grouped by transaction. Shows all post-conversion events and their details for each transaction in the specified time range.
The Everflow API key generated from the Control Center > Security.
Start date (format: YYYY-MM-DD).
End date (format: YYYY-MM-DD).
Timezone ID for the report.
Optional filters to narrow results.
OK
Events grouped by transaction.
Was this page helpful?