cURL
curl --request GET \ --url https://api.eflow.team/v1/networks/affiliates/users/emails \ --header 'X-Eflow-Api-Key: <api-key>'
[ { "email": "<string>", "network_affiliate_user_id": 123, "network_affiliate_id": 123 } ]
Retrieve all affiliate user email addresses across the network. Useful for bulk communication or validation purposes.
The Everflow API key generated from the Control Center > Security.
OK
The affiliate user's email address.
The affiliate user's ID.
The affiliate ID this user belongs to.
Was this page helpful?