Get API token detail for your authenticated platform.
Retrieve one API token visible on your authenticated platform. The operator-issued root manage token remains visible as read-only context. This route accepts the public Token:<id> form returned by list/create surfaces and the raw runtime token id. clientSecret is never returned on detail readback.
Authorizations
Integration-key Basic Auth (clientId:clientSecret) as documented in docs/public/AUTHENTICATION.md.
Path Parameters
Token identifier returned by the token create/list/detail surfaces. The public token entity routes accept the public Token:<id> form and the raw runtime token id.
Response
API token detail returned. Client secret remains omitted on detail readback.
Stable public API-key identifier in Token:<id> form.
Human-readable API-key label.
Public permissions granted to this token.
Public API token permission. view covers read access and manage covers token-management and other privileged platform actions.
view, manage Compatibility access-level projection shown in Platform Config.
management, view_only Whether the token is operator-issued or created from Platform Config.
operator_issued, platform_self_service Current key lifecycle state returned by runtime readback.
Whether Platform Config may revoke this key.
Client identifier used for Basic Auth.
Creation timestamp.
Last update timestamp.
Revocation timestamp. null while the key is still active.