cURL
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>" } ]
Retrieve the affiliate blacklist for a specific advertiser. Returns the list of affiliates that are blocked from running this advertiser’s offers.
The Everflow API key generated from the Control Center > Security.
The unique advertiser ID.
OK
Blacklisted affiliate ID.
Affiliate name.
Was this page helpful?