v1

latestOpenAPI 3.0.02026-07-265081124.2 KB
Authentication

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

keyIdstring

Unique identifier for the API key

createdAtstring date-time

When the key was created

lastUsedAtstring date-time nullable

When the key was last used

Example response

{
  "keyId": "key_abc123def456",
  "createdAt": "2025-06-15T10:30:00Z",
  "lastUsedAt": "2025-06-16T08:00:00Z"
}