cURL
curl --request GET \ --url https://api.eflow.team/v1/affiliates/trafficblocking \ --header 'X-Eflow-Api-Key: <api-key>'
{ "traffic_blocking": [ { "network_offer_id": 123, "relationship": { "variables": { "total": 123, "entries": [ { "comparison_method": "<string>", "variable": "<string>", "variable_value": "<string>" } ] } } } ] }
The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.
Filter by specific offer ID.
Filter by blocking status.
active
inactive
Array of blocked offer source entries.
Show child attributes
Was this page helpful?