---
title: "Find All Blocked Variables"
method: POST
path: "/affiliates/blockedvariables"
tags: ["Affiliate Traffic"]
---

# Find All Blocked Variables

`POST /affiliates/blockedvariables`

## Request body

- object
  - `network_offer_id` integer, required — The offer ID to retrieve blocked variables for. Required.
  - `timezone_id` integer, required — Timezone identifier for the date range.
  - `from` string — Start date for the lookup period. Format `YYYY-MM-DD`.
  - `to` string — End date for the lookup period. Format `YYYY-MM-DD`.

## Response `200`

- object
  - `variables` object[] — Array of blocked variable entries.
    - `variable` string — The variable name (e.g. sub1, sub2, source_id).
    - `value` string — The blocked variable value.
    - `operator` string — The comparison operator used for blocking (equals, contains, etc.).

---

[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)
