cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/reporting/conversions/byemail \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "email": "<string>", "from": "<string>", "to": "<string>", "timezone_id": 123 } '
{ "conversions": [ {} ] }
Search for conversions associated with a specific email address. Returns all conversions matching the given email within the specified date range.
The Everflow API key generated from the Control Center > Security.
Email address to search for.
Start date (format: YYYY-MM-DD).
End date (format: YYYY-MM-DD).
Timezone ID for the report.
OK
Was this page helpful?