API Keys
List API Keys
List all active API keys for the authenticated user
GET
Overview
Returns all active API keys for the authenticated user. The plaintext key value is never returned after creation — only thekey_prefix (first 8 characters) is shown for identification.
Auth: Requires JWT token (Authorization: Bearer <token>).
Response
Returns an array of API key objects.API key UUID
First 8 characters of the key (for identification)
Display name for the key
ISO 8601 creation timestamp
ISO 8601 timestamp of last usage (null if never used)
Resource permissions.
null means unrestricted access.