---
title: "Get user API keys"
method: GET
path: "/api-keys"
tags: ["API Keys"]
---

# Get user API keys

`GET /api-keys`

Get all API keys for the authenticated user

## Response `200`

API keys retrieved successfully

- object
  - `apiKeys` object[]
    - `id` string
    - `name` string, nullable
    - `isActive` boolean
    - `lastUsedAt` string, date-time, nullable
    - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized - invalid or missing token

---

[API](https://skmtc.dev/pearprotocol/apis/pear-protocol-trading-api.md) · [All operations](https://skmtc.dev/pearprotocol/apis/pear-protocol-trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pearprotocol/pear-protocol-trading-api/revisions/d5e1438dfaa7/schema)
