---
title: "List API keys for current user"
method: GET
path: "/api-keys/me"
tags: ["API keys"]
---

# List API keys for current user

`GET /api-keys/me`

Lists the non-deleted API keys created by the user

## Response `200`

OK

- ApiKeyDto[]
  - `id` integer
  - `userId` integer
  - `description` string
  - `key` string
  - `expires` string, date-time
  - `prefix` string
  - `suffix` string
  - `created` string, date-time
  - `updated` string, date-time

---

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