Skip to main content
GET
/
networks
/
trafficcontrols
List Traffic Controls
curl --request GET \
  --url https://api.eflow.team/v1/networks/trafficcontrols \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "traffic_controls": [
    {
      "network_traffic_control_id": 1,
      "network_id": 1,
      "name": "Block Bad Sources",
      "status": "active",
      "is_apply_all_affiliates": true,
      "is_apply_all_offers": true,
      "control_type": "blacklist",
      "targeting_action": "block",
      "date_valid_from": "",
      "date_valid_to": "",
      "comparison_method": "exact_match",
      "variables": [],
      "time_created": 1774721611,
      "time_saved": 1774721611,
      "relationship": {
        "network_offer_ids": null,
        "network_affiliate_ids": null,
        "network_advertiser_ids": null
      }
    }
  ],
  "paging": {
    "page": 1,
    "page_size": 500,
    "total_count": 1
  }
}
Retrieve all network-level traffic controls. Traffic controls allow you to set rules for blocking or filtering traffic based on various criteria such as geographic location, device type, or custom variables.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Response

200 - application/json
traffic_controls
object[]
paging
object