cURL
curl --request GET \ --url https://api.example.com/api/v2/keys
Get all API keys for your account
Documentation IndexFetch the complete documentation index at: https://docs.elumenta.ru/llms.txtUse this file to discover all available pages before exploring further.
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" } ]