v52

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01353775.9 KB
API Keys

List all API keys

List all API keys for the authenticated subscriber. Secrets are masked.

get/v1/api-keys

Response

List of API keys

Example response

{
  "keys": [
    {
      "id": "e63d04d0-cfd4-46ad-9186-20ee31a8563b",
      "clientId": "pk_lori_client_12345678deadbeef",
      "clientSecretPreview": "sk_lori_s...ijkl",
      "env": "production",
      "createdAt": "2024-01-15T10:00:00.000Z"
    }
  ]
}