v52

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

Get API key details

Get details of a specific API key. Secret is masked.

get/v1/api-keys/{id}

Path parameters

idstring uuid required

The API key ID (UUID)

Response

API key details

idstring uuid required

Unique identifier for the API key

clientIdstring required

Public client ID used in API requests

clientSecretPreviewstring required

Masked preview of the secret key

envstring required

Environment label for the API key

createdAtstring date-time required

Timestamp when the API key was created

Example response

{
  "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"
}