Skip to main content
GET

Overview

Returns all active API keys for the authenticated user. The plaintext key value is never returned after creation — only the key_prefix (first 8 characters) is shown for identification. Auth: Requires JWT token (Authorization: Bearer <token>).

Response

Returns an array of API key objects.
string
API key UUID
string
First 8 characters of the key (for identification)
string
Display name for the key
string
ISO 8601 creation timestamp
string
ISO 8601 timestamp of last usage (null if never used)
object
Resource permissions. null means unrestricted access.

Example