Skip to main content
GET
https://aihubmix.com
/
api
/
user
/
token
Obtain User KEY
curl --request GET \
  --url https://aihubmix.com/api/user/token \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "token": "<string>"
  }
}

Request Parameters

Request Headers

Authentication for the request. This API uses the AIHubMix Manage Key for authentication.
Content type of the request. This parameter must be set to application/json.

Response Parameters

success
boolean
Indicates whether the request was successful.
message
string
Informational message (may be empty). Returns the reason for failure if the request fails.
data
object
Object containing the current user’s KEY information (fields are subject to the actual return).
token
string
User Token (if the API returns this field).