v1
latestOpenAPI 3.0.02026-07-265081124.2 KBAuthentication
Get active API key
Returns the currently active API key metadata for the authenticated user. Does not return the key value itself.
get/auth/api-keys
Response
Active API key metadata, or null if no active key exists
Example response
{
"keyId": "key_abc123def456",
"createdAt": "2025-06-15T10:30:00Z",
"lastUsedAt": "2025-06-16T08:00:00Z"
}