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"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.