v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01165277431.8 KB
Authorization

Check Access

Allows the requesting user to check whether an access check will fail or succeed. Useful to conditionally disable parts of the UI that are known to be inaccessible.

get/api/v2/authz/access/{action}

Path parameters

action101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 required

The integer values for the authorization actions are stored directly in the DB. This means you can change the name of the actions, but not their integer values. The values for the actions are spaced on purpose, to make it easier to extend. This has no technical benefit, but it makes it easier to read for developers.

Query parameters

resourcestring uuid
domainstring uuid

Response

Access check result

allowedboolean required
All 166 operations