Query categories
Queries all categories using a filter. The filter supports globs and can match the category names. All matching is case insensitive.
Authorization
Authorization
RequiredBearer <token>The bearer token used is the session token that you receive from the handshake exchange.
In: header
Request Body
application/json
Requiredfilter
RequiredstringThe filter string to match category names. Category names are delimited by / if they are hierarchical. The filter supports globs.
The query was successful. The body contains all matched categories.