---
title: "Get active API key"
method: GET
path: "/auth/api-keys"
tags: ["Authentication"]
---

# Get active API key

`GET /auth/api-keys`

Returns the currently active API key metadata for the authenticated user. Does not return the key value itself.

## Response `200`

Active API key metadata, or null if no active key exists

- object, nullable
  - `keyId` string — Unique identifier for the API key
  - `createdAt` string, date-time — When the key was created
  - `lastUsedAt` string, date-time, nullable — When the key was last used

---

[API](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/limitless-labs-group/limitless-exchange-api/versions/f60847044e0d/schema)
