---
title: "GET /user/api_keys"
method: GET
path: "/user/api_keys"
tags: ["account"]
---

# GET /user/api_keys

`GET /user/api_keys`

## Response `200`

API keys listed successfully

- ListApiKeysResponse
  - `api_keys` ApiKeyInfo[], required
    - `created_at` string, date-time, required
    - `expires_at` string, date-time, nullable
    - `id` string, uuid, required
    - `last_used_at` string, date-time, nullable
    - `membership_id` string, uuid, required
    - `name` string, nullable
    - `revoked_at` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
