List the organization’s API keys. Key hashes and raw values are never returned. By default the response includes only active (non-revoked) keys. PassDocumentation Index
Fetch the complete documentation index at: https://docs.tumban.com/llms.txt
Use this file to discover all available pages before exploring further.
?include_revoked=true to also receive revoked keys with their audit
trail (revoked_at, revoked_by).
Query parameters
When
true, the response also includes revoked keys.Response
List of key metadata records.
api_keys[]
Stable key identifier (
key_<16-hex>). Pass this to
Revoke API key.The owning organization id.
The label assigned at creation.
false for active keys. Only true when include_revoked=true is
set on the request.When the key was created.
Timestamp of the most recent successful authentication with this
key.
null if the key has never been used.User id of the creator, when available.
null for keys created via
the API.Present on revoked keys (when
include_revoked=true). ISO 8601 UTC
timestamp of revocation.Present on revoked keys (when
include_revoked=true). User id of
whoever revoked the key.Examples
Active keys only (default)
Including revoked keys (audit-trail view)
Using the dashboard
Open API Keys in the sidebar. The Active Keys tile lists every non-revoked key for the organization, showing the key id, label, and created-at timestamp. The dashboard does not currently surfacelast_used_at, created_by, or the audit-trail fields — read those
from this endpoint directly.
