POST
/
v2
/
namespaces
/
filter
{
  "namespaces": [
    {
      "code": "<string>",
      "name": "<string>",
      "parent_namespace_code": {
        "value": "<string>"
      },
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Body

application/json

request for filter

The body is of type object.

Response

200
application/json

details of found namespaces

The response is of type object.