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-01
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 (typically includes username, display_name, quota, etc.).
User ID.
Username.
Password.
User display name.
Administrator identifier.
Account status.
Email.
GitHub ID.
Google ID.
WeChat ID.
Lark ID.
OpenID Connect ID.
Clerk ID.
Account authentication timestamp.
Verification code.
Key for system administration.
Account balance is: quota / 500000.
Used quota is: used_quota / 500000.
Account group.
Invitation code.
Inviter ID.
Account creation time, stored as UNIX timestamp.
Whether to receive low balance alerts.
Receive email alerts when balance falls below quota_remind_threshold / 500000.
Receive alert emails.
Detailed information on request failure. This parameter will not be returned if the request is successful.
Indicates success.
Last updated: 2026-06-01
Current User Info