---
title: "List Api Keys"
method: GET
path: "/v2/integrations/api-keys"
tags: ["integrations-v2"]
---

# List Api Keys

`GET /v2/integrations/api-keys`

List all API keys for the authenticated user.

## Response `200`

Successful Response

- ListApiKeysResponse — List of user's API keys.
  - `api_keys` ApiKeyResponse[] — List of API keys owned by the user
    - `id` string, required — Unique identifier for the API key
    - `name` string, required — Human-readable name for the key
    - `prefix` string, required — Display prefix for the key (e.g., 'trv_ak_a7f3c9e2')
    - `created_at` string, date-time, required — When the key was created

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
