Skip to main content
GET
/
networks
/
advertisers
/
{advertiserId}
/
affiliateblacklist
Get Advertiser Affiliate Blacklist
curl --request GET \
  --url https://api.eflow.team/v1/networks/advertisers/{advertiserId}/affiliateblacklist \
  --header 'X-Eflow-Api-Key: <api-key>'
[
  {
    "network_affiliate_id": 123,
    "name": "<string>"
  }
]

Authorizations

X-Eflow-Api-Key
string
header
required

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

Path Parameters

advertiserId
integer
required

The unique advertiser ID.

Response

200 - application/json

OK

network_affiliate_id
integer

Blacklisted affiliate ID.

name
string

Affiliate name.