Single Filter Search Request

Search using Intercoms Search APIs with a single filter.

field
string

The accepted field that you want to search on.

operator
string

The accepted operators you can use to define how you want to search for the value.

Enum: "=" "!=" "IN" "NIN" "<" ">" "~" "!~" "^" "$"
value
string

The value that you want to search on.

{ "field": "created_at", "operator": ">", "value": "73732934" }