Skip to main content
POST
Export Conversions
Exports conversion and event data in the specified format (CSV or JSON). Accepts the same parameters as the conversion report endpoint with an additional format field.

Authorizations

X-Eflow-Api-Key
string
header
required

The affiliate's API key generated from the Affiliate Portal. Uses the same X-Eflow-Api-Key header as the Network API, but the key belongs to the affiliate user rather than the network admin.

Body

application/json
from
string
required

Start date. Format YYYY-MM-DD.

to
string
required

End date. Format YYYY-MM-DD.

timezone_id
integer
required

Timezone identifier for the date range.

format
enum<string>
required

Export format.

Available options:
csv,
json
show_conversions
boolean
default:true

Include conversion records.

show_events
boolean
default:false

Include post-conversion event records.

query
object

Response

200

OK. Response format depends on the format parameter.