Skip to main content
POST
ListCategories

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
dimension
enum<string> | null

Restrict to one dimension. Omit to return both.

Available options:
CATEGORY_DIMENSION_UNSPECIFIED,
CATEGORY_DIMENSION_TECHNICAL,
CATEGORY_DIMENSION_GOVERNANCE

Response

200 - application/json

Success

categories
CategoryInfo · object[]

Every category name in use, sorted by name within each dimension.

dimensions
DimensionSummary · object[]

Coverage per dimension, so "N of M checks categorised" can be rendered without summing the entries above.