Skip to main content
POST
Create Filter

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
filter
object
required

Defines a single condition for searching CRM objects, specifying the property to filter on, the operator to use (such as equals, greater than, or contains), and the value(s) to compare against.

subscriptionId
integer<int64>
required

The unique identifier of the subscription to which the filter will be applied. It is an integer formatted as int64.

Response

successful operation

filterId
integer<int64>
required

The unique identifier for the created filter. It is an integer formatted as int64.

Last modified on April 14, 2026