---
title: "List Tenant Api Keys"
method: GET
path: "/api/admin/tenants/{tenant_id}/api-keys"
tags: ["Admin"]
---

# List Tenant Api Keys

`GET /api/admin/tenants/{tenant_id}/api-keys`

## Path parameters

- `tenant_id` string, required

## Query parameters

- `skip` integer
- `limit` integer

## Response `200`

Successful Response

- ApiKeyListResponse — Response schema for listing API keys.
  - `api_keys` ApiKeyResponse[], required
    - `id` string, required
    - `tenant_id` string, required
    - `name` string, required
    - `description` string, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `is_deleted` boolean
  - `total` integer, required

## Other responses

- `401` — Unauthorized: Invalid or missing admin key
- `404` — Not Found: Tenant not found
- `422` — Validation Error
- `500` — Internal Server Error: Unexpected server error

---

[API](https://skmtc.net/e-invoice-be/apis/e-invoice-be-peppol-access-point-api.md) · [All operations](https://skmtc.net/e-invoice-be/apis/e-invoice-be-peppol-access-point-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/e-invoice-be/e-invoice-be-peppol-access-point-api/versions/a5b8396effe8/schema)
