Skip to main content
POST
/
networks
/
reporting
/
upload
/
conversions
Upload Conversions CSV
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": "https://usercontent.everflowclient.io/123/temp/a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
    "original_file_name": "conversions_jan_2026.csv"
  }
}
'
{}
Import conversions via CSV file. This is a two-step process:
  1. Upload the CSV using the Upload Temp File endpoint to get a temporary URL.
  2. Create the import using this endpoint with the temp_url from step 1.
For CSV format requirements and column specifications, see the Conversion Imports guide.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Body

application/json
file
object
required

File reference for the CSV upload.

Response

200 - application/json

Upload result with processing status.