---
title: "List API keys"
method: GET
path: "/api/tenants/me/api-keys"
tags: ["Tenants"]
---

# List API keys

`GET /api/tenants/me/api-keys`

Retrieve all API keys for the tenant. Keys are masked for security — only the last 8 characters are shown.

## Response `200`

List of API keys with masked values

- ApiKeyResponse[]
  - `id` string, required
  - `key` string, required
  - `name` string, required
  - `scopes` string[], required
  - `lastUsed` string
  - `expiresAt` string
  - `createdAt` string, required

---

[API](https://skmtc.net/novabilling/apis/novabilling-api.md) · [All operations](https://skmtc.net/novabilling/apis/novabilling-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novabilling/novabilling-api/versions/0e449a4e0dc8/schema)
