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

## Changes

- **2026-03-09** `57db5c3f80ff` — 1 info
  - the endpoint scheme security `limitless_session` was removed from the API
- **2026-03-09** `14ee5879de6b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/changes/auth/api-keys/get.md)

---

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