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