Skip to main content
POST

Request Body

The link to attach this rule to
name
string
required
Display name for the rule
destinationUrl
string
required
URL to redirect when rule matches
conditions
array
required
Array of condition objects
conditionLogic
string
default:"AND"
How to combine conditions: AND or OR
priority
number
Evaluation order (lower = higher priority)
enabled
boolean
default:"true"
Whether the rule is active
description
string
Optional description

Condition Object

Each condition has the following structure:

Available Fields

Location

country, region, city, timezone, isp, asn, latitude, longitude

Device

deviceType, os, osVersion, browser, browserVersion, deviceBrand

Network

vpn, proxy, tor, datacenter, bot, isCrawler

Traffic

referrer, referrerDomain, utmSource, utmMedium, utmCampaign, utmTerm, utmContent

Time

hour, dayOfWeek

Visitor

isNewVisitor, isReturning

Operators