Skip to main content
POST
/
networks
/
reporting
/
conversions
/
byemail
Search Conversions by Email
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": [
    {}
  ]
}

Authorizations

X-Eflow-Api-Key
string
header
required

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

Body

application/json
email
string
required

Email address to search for.

from
string
required

Start date (format: YYYY-MM-DD).

to
string
required

End date (format: YYYY-MM-DD).

timezone_id
integer
required

Timezone ID for the report.

Response

200 - application/json

OK

conversions
object[]