Skip to main content
POST
Validate a segment filter

Authorizations

Authorization
string
header
required

Organization API key, sent as Authorization: Bearer boom_org_....

Body

application/json
filterExpression
object
required

The audience filter: a tree of predicates over person attributes, related data, and events. Discover valid attr tokens and operators with segments_catalog (GET /api/v1/segments/catalog).

Response

Success

valid
boolean
required

Always true when the filter is valid.