---
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

## Changes

- **2026-02-16** `0e449a4e0dc8` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/novabilling/apis/novabilling-api/changes/api/tenants/me/api-keys/get.md)

---

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