cURL
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>" ] } '
{}
Create conversions in bulk by providing an array of transaction IDs. Each transaction ID will generate a corresponding conversion record.
The Everflow API key generated from the Control Center > Security.
Array of transaction IDs to create conversions for.
OK
Result of the bulk conversion creation.
Was this page helpful?