Retrieve one API token detail record for your authenticated platform with the client secret omitted. This route accepts the public Token:<id> form returned by the token create/list surfaces and the raw runtime token id. Any future secret recovery would require a separate action surface.
Integration-key Basic Auth (clientId:clientSecret) as documented in docs/public/AUTHENTICATION.md.
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.
Token detail returned. Client secret remains omitted on detail readback.
Stable public API-token identifier.
Human-readable token name.
Permissions granted to this token. VIEW reads platform configuration, customers, tokens, and transactions, TRANSACT creates quotes, executes payments, and runs transfer actions, and MANAGE updates platform configuration, API tokens, and customer records.
Client identifier used for Basic Auth.
Creation timestamp.
Last update timestamp.
Current token lifecycle state.
Revocation timestamp. null while the token is still active.