Manage Keys

List, filter, and revoke API keys.

Key Management

Navigate to API Keys → Manage to view and manage all API keys.

API key management table

Key List

Each API key displays:

ColumnDescription
NameDescriptive name for the key
Key Hash / PrefixPartial key identifier (full key is shown only once on creation)
StatusActive or Revoked
CreatedCreation timestamp
CreatorUser who created the key
Last UsedMost recent usage timestamp
Usage CountTotal number of API calls

Filtering

  • Search by key name
  • Filter by status (Active / Revoked)
  • Filter by date range

Revoking a Key

To revoke an API key:

  1. Find the key in the list
  2. Click the delete/revoke action
  3. Confirm the revocation

Revoking a key is immediate and irreversible. Any SDK or application using this key will immediately lose access.

On this page