Get categories permissions

This endpoint returns the categories permissions of audit trail events for the current user. Fetching forbidden categories in other endpoints will end up in a 403 Forbidden response.

Get Categories Permissions

get

This operation returns the categories permissions of audit trail events.

Responses
chevron-right
200

Success

application/json

List of allowed categories and list of forbidden categories

allowedstring[] · nullableOptional

Only present if there are allowed categories

forbiddenstring[] · nullableOptional

Only present if there are forbidden categories

get
/v1/categories/permissions
200

Success

Last updated

Was this helpful?