UserAPIKeyService

获取当前用户 API Key 明文

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

get/v1/me/apikeys/{id}/plaintext

Path parameters

idstring required

Response

OK

plaintextKeystring

完整 API Key 明文,仅在用户显式查看时返回。

Changes

No recorded changes to this endpoint across all 1 revision of this API.