Skip to main content
GET
/
networks
/
affiliates
/
users
/
emails
List Affiliate User Emails
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
  }
]

Authorizations

X-Eflow-Api-Key
string
header
required

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

Response

200 - application/json

OK

email
string

The affiliate user's email address.

network_affiliate_user_id
integer

The affiliate user's ID.

network_affiliate_id
integer

The affiliate ID this user belongs to.