POST
/
v2
/
splitters
/
filter
{
  "splitters": [
    {
      "accessible": true,
      "code": "<string>",
      "name": "<string>",
      "namespace_code": "<string>",
      "segments": [
        {
          "accessible": true,
          "code": "<string>",
          "name": "<string>"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Body

application/json

Request to filter splitters by

The body is of type object.

Response

200
application/json

splitters satisfying criteria and their details

The response is of type object.