Skip to main content
GET
List the key catalog

Authorizations

Authorization
string
header
required

A bearer JWT issued by the platform's Access Manager (plugin-auth / lib-auth). Authorization is deny-all by default: the application must be configured with an authorizer, and when authentication is enabled it enforces per-namespace role-based access control on top of a valid, platform-scoped (non-tenant) identity. Machine callers obtain a token via the Access Manager client-credentials flow.

Response

The registered-key catalog.

The catalog of every key the application registers.

catalogVersion
string
required

The catalog schema version.

Example:

"systemplane.catalog.v1"

service
string
required

The application that serves this catalog.

Example:

"matcher"

namespaces
string[]
required

The namespaces the application registers keys in.

Example:
keys
object[]
required

One summary per registered key.