Skip to main content
POST
/
networks
/
reporting
/
conversions
/
bytransactionids
Create Conversions by Transaction IDs
curl --request POST \
  --url https://api.eflow.team/v1/networks/reporting/conversions/bytransactionids \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '
{
  "transaction_ids": [
    "<string>"
  ]
}
'
{}

Authorizations

X-Eflow-Api-Key
string
header
required

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

Body

application/json
transaction_ids
string[]
required

Array of transaction IDs to create conversions for.

Response

200 - application/json

OK

Result of the bulk conversion creation.