Organizations

Create filter

REQUIRED SCOPES <code>['organizations:write']</code><br>Create filter

post/organization/segments/create

Request body

namestring
is_favoriteboolean

Example request

{
  "name": "Test Segment",
  "filters": {
    "filtersList": [
      {
        "filters": [
          {
            "key": "first_name",
            "operator": "equals",
            "value": "test"
          }
        ]
      }
    ]
  }
}

Response

OK

idinteger
organization_idinteger
namestring
is_favoriteboolean

Changes

No recorded changes to this endpoint across all 2 revisions of this API.