Platform API
Current User Info
Retrieve current user information and account balance
GET
Current User Info
This endpoint is used to query the basic information and balance of the currently logged-in user.
Last updated: 2026-06-26
Request Parameters
Request Headers (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
object
User information object, including basic profile, balance quota, and alert settings.
string
Username.
string
User display name.
integer
User role identifier (a higher value means higher privileges, e.g. administrator).
integer
Account status (1 means normal).
string
Email.
integer
Account balance; the actual amount (USD) is: quota / 500000.
integer
Used quota; the actual amount (USD) is: used_quota / 500000.
integer
Total number of requests.
string
Account group.
string
Invitation code.
boolean
Whether to receive low balance alerts.
integer
Receive email alerts when balance falls below quota_remind_threshold / 500000.
string
Email address that receives alerts.
string
Extension field (reserved, usually an empty string).
string
Detailed information on request failure. This parameter will not be returned if the request is successful.
boolean
Indicates success.
Last updated: 2026-06-26
Current User Info