Skip to main content
POST
Test filtering rules

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Version
string
required

Management API version.

Body

application/json
rules
object[]

Array of rules to test. If omitted, provide environment ID to test against existing rules.

environment
string

Environment ID. Must be provided if rules are not

Example:

"ae_rrETjdWcfqI6AFsk"

test_request_id
string

Request ID to test against (up to 3 months old)

Example:

"req_abc123xyz"

test_request_payload
object

Request data to test against

Response

Test results showing which rule was triggered (if any) and the resulting action.

data
object
required