Pular para o conteúdo principal
GET
Obtém uma entrada

Autorizações

Authorization
string
header
obrigatório

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.

Parâmetros de caminho

namespace
string
obrigatório

The Systemplane namespace. Rails and plugins use runtime_config, tenant_policy, or operational_registry; some applications register a single application-named namespace instead.

Exemplo:

"runtime_config"

key
string
obrigatório

The registered key within the namespace. Keys are flat, dot-delimited identifiers; a key may itself contain / segments.

Exemplo:

"tenancy.ispb_organization_bindings"

Resposta

The entry.

A single Systemplane entry.

namespace
string
obrigatório

The namespace the entry belongs to.

Exemplo:

"tenant_policy"

key
string
obrigatório

The registered key.

Exemplo:

"fees.max_fee_amount_cents"

value
any

The entry's current value (post-redaction). Untyped — see the key's catalog contract.

description
string

A human-readable description of the key. Omitted when the key has none.

Exemplo:

"Maximum fee amount in cents"