Перейти к основному содержанию
GET
/
api
/
v2
/
keys
List API Keys
curl --request GET \
  --url https://api.example.com/api/v2/keys

Documentation Index

Fetch the complete documentation index at: https://docs.elumenta.ru/llms.txt

Use this file to discover all available pages before exploring further.

curl https://elumenta.ru/api/v2/keys \
  -H "Authorization: Bearer nb_YOUR_API_KEY"
[
  {
    "id": 12,
    "name": "my-app-production",
    "key_preview": "nb_xxxx...abc",
    "created_at": "2026-03-01T10:00:00Z",
    "last_used_at": "2026-03-08T11:45:00Z"
  }
]