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