> ## 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.

# Obtain User KEY

> Retrieve the KEY information of the current user (if the API returns the token field)

## Request Parameters

### Request Headers

<ResponseField type="string" required>
  Authentication for the request. This API uses the AIHubMix Manage Key for authentication.
</ResponseField>

<ResponseField type="string">
  Content type of the request. This parameter must be set to application/json.
</ResponseField>

## Response Parameters

<ResponseField name="success" type="boolean">
  Indicates whether the request was successful.
</ResponseField>

<ResponseField name="message" type="string">
  Informational message (may be empty). Returns the reason for failure if the request fails.
</ResponseField>

<ResponseField name="data" type="object">
  Object containing the current user's KEY information (fields are subject to the actual return).

  <ResponseField name="token" type="string">
    User Token (if the API returns this field).
  </ResponseField>
</ResponseField>

***

Last updated: 2026-06-01
