cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/reporting/upload/conversions \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "file": { "temp_url": "<string>", "original_file_name": "<string>" } } '
{}
Import conversions via CSV file. Upload a CSV file containing conversion data to create multiple conversions at once. The file must be uploaded first to obtain a temporary URL.
The Everflow API key generated from the Control Center > Security.
File reference for the CSV upload.
Show child attributes
OK
Upload result with processing status.
Was this page helpful?