> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 取得使用者 KEY

> 取得目前使用者的 KEY 資訊（若 API 傳回 token 欄位）

## 請求參數

### 請求標頭

<ResponseField type="string" required>
  請求的身份驗證。本 API 使用 AIHubMix Manage Key 進行身份驗證。
</ResponseField>

<ResponseField type="string">
  請求的內容類型。此參數必須設定為 application/json。
</ResponseField>

## 回應參數

<ResponseField name="success" type="boolean">
  表示請求是否成功。
</ResponseField>

<ResponseField name="message" type="string">
  資訊訊息（可能為空）。如果請求失敗，會傳回失敗原因。
</ResponseField>

<ResponseField name="data" type="object">
  包含目前使用者 KEY 資訊的物件（欄位以實際傳回為準）。

  <ResponseField name="token" type="string">
    使用者 Token（若 API 傳回此欄位）。
  </ResponseField>
</ResponseField>

***

最後更新：2026-06-01
