v1

latestOpenAPI 3.1.02026-07-2219165126.1 KB
API Keys

List API keys

List API keys for the authenticated account without returning plaintext key material.

get/v1/account/keys

Response

Successful Response

Example response

{
  "keys": [
    {
      "created_at": "2026-03-01T12:00:00Z",
      "credit_limit": 100,
      "id": 12,
      "is_enabled": true,
      "name": "Production"
    }
  ]
}