Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.naga.ac/v1/account/keys \ --header 'Authorization: Bearer <token>'
{ "keys": [ { "id": 123, "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "expires_at": "2023-11-07T05:31:56Z", "is_enabled": true, "credit_limit": 123 } ] }
List API keys for the authenticated account without returning plaintext key material.
Provisioning key required for account management endpoints under /v1/account.
/v1/account
Successful Response
Response model for list of API keys
Show child attributes