Campaign Filter - API

Do we have a API for creating Campaign Filters ?

Looks like we do, but it’s a /cc API. As with any v2 or CC API, please use at your own risk. These APIs are not officially supported and can change at any time.

We don’t have documentation for it, so you’ll have to use your browser inspector to reverse engineer the API call. The general details you’ll need are as follows:

POST https://{tenant}.api.identitynow.com/cc/api/campaignFilter/create
Content-Type: application/x-www-form-urlencoded

Example form data body:
image

Because campaign filters are complicated, you’ll want to use your browser inspector to help you understand the payload options.