Skip to main content
GET
/
affiliates
/
trafficcontrols
Find All Traffic Controls
curl --request GET \
  --url https://api.eflow.team/v1/affiliates/trafficcontrols \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "traffic_controls": [
    {
      "network_traffic_control_id": 123,
      "status": "<string>",
      "is_apply_all_offers": true,
      "control_type": "<string>",
      "date_valid_from": "<string>",
      "date_valid_to": "<string>",
      "comparison_method": "<string>",
      "variables": [
        "<string>"
      ],
      "relationship": {
        "values": [
          "<string>"
        ]
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.everflow.io/llms.txt

Use this file to discover all available pages before exploring further.

Returns all traffic control rules that apply to the authenticated affiliate. Traffic controls define rules for how traffic is handled, including redirects, blocks, and modifications based on variable matching.

Authorizations

X-Eflow-Api-Key
string
header
required

The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.

Response

200 - application/json
traffic_controls
object[]

Array of traffic control rules.