Get classification
Includes users and roles, which are the principals holding this
clearance. A request authenticated by an API key is cleared through the
user that owns the key, so users is what decides whether a machine
credential can read a record carrying this label.
Authorizations
A machine credential, qk_ followed by its secret. The first twelve
characters are an indexed prefix; the rest is compared in constant time
against a stored SHA-256 hash. A key reaches only the configurations it is
linked to.
It may also be sent as Authorization: Bearer qk_..., which is
recognised by the prefix.
Path Parameters
The classification's id, or its slug.
Response
The classification, with its cleared principals.