---
title: "获取当前用户 API Key 明文"
method: GET
path: "/v1/me/apikeys/{id}/plaintext"
tags: ["UserAPIKeyService"]
---

# 获取当前用户 API Key 明文

`GET /v1/me/apikeys/{id}/plaintext`

仅 owner 可读取已加密保存的 API Key 明文；响应包含敏感凭证，服务端会返回 no-store 缓存控制头。

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `plaintextKey` string — 完整 API Key 明文，仅在用户显式查看时返回。

---

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