> ## 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">
  リクエストの content type。このパラメータは 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">
    ユーザートークン（API がこのフィールドを返す場合）。
  </ResponseField>
</ResponseField>

***

最終更新日：2026-06-01
