v1

latestOpenAPI 3.1.02026-07-1311417.6 KB
API Keys

List API Keys

Returns all API keys for the authenticated project. Key values are masked — only the prefix is returned.

get/api/admin/api-keys

Response

List of API keys

idstring
namestring
prefixstring
createdAtstring date-time
lastUsedAtstring date-time nullable

Example response

[
  {
    "id": "key_abc123",
    "name": "production-backend",
    "prefix": "lc_proj_5a33...c717",
    "createdAt": "2024-03-01T10:00:00Z",
    "lastUsedAt": "2024-03-01T15:30:00Z"
  }
]