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": "2023-11-07T05:31:56Z",
      "date_valid_to": "2023-11-07T05:31:56Z",
      "comparison_method": "<string>",
      "variables": [
        {
          "variable": "<string>",
          "value": "<string>"
        }
      ]
    }
  ]
}

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

OK

traffic_controls
object[]

Array of traffic control rules.