Skip to main content
GET
/
networks
/
reporting
/
transactions
/
{transactionId}
/
flowchart
Get Transaction Flowchart
curl --request GET \
  --url https://api.eflow.team/v1/networks/reporting/transactions/{transactionId}/flowchart \
  --header 'X-Eflow-Api-Key: <api-key>'
{}

Authorizations

X-Eflow-Api-Key
string
header
required

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

Path Parameters

transactionId
string
required

The transaction ID to retrieve the flowchart for.

Response

200 - application/json

OK

Transaction flowchart showing the full event chain (click, conversion, events, postbacks).