---
title: "Find All Blocked Offer Sources"
method: GET
path: "/affiliates/trafficblocking"
tags: ["Affiliate Traffic"]
---

# Find All Blocked Offer Sources

`GET /affiliates/trafficblocking`

## Query parameters

- `network_offer_id` integer
- `traffic_blocking_status` 'active' | 'inactive'

## Response `200`

- object
  - `traffic_blocking` object[] — Array of blocked offer source entries.
    - `network_offer_id` integer — The offer ID associated with this block.
    - `relationship` object — Related data for this block.
      - `variables` object — Variables that define the blocking rule.
        - `total` integer — Total number of variable entries.
        - `entries` object[] — Array of variable entries.
          - `comparison_method` string — How the variable is compared (contains, exact_match, begins_with, etc.).
          - `variable` string — The variable being blocked (e.g. sub1, sub2, source_id).
          - `variable_value` string — The value of the variable that triggers the block.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
