Skip to main content
POST
Find All Blocked Variables
Returns all blocked variables for a specific offer within a date range. These are sub-parameter values that have been blocked from generating valid traffic. The offer ID is required in the request body.

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.

Body

application/json
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 - application/json
variables
object[]

Array of blocked variable entries.