Platform API
Get KEY List
Retrieve a list of all KEYS, with support for the num parameter to control the quantity
GET
Get KEY List
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
object
Information related to the user Key (usually includes id, name, etc.).
integer
Key ID.
integer
User ID.
integer
Key status. 0 means disabled, 1 means enabled.
string
Key name.
integer
Key creation time, stored as a UNIX timestamp.
integer
Key access time, stored as a UNIX timestamp.
string
Key expiration time, -1 indicates never expires.
string
Remaining quota, -1 indicates unlimited.
boolean
Whether there is a quota limit.
integer
Used quota: used_quota / 500000
text
Models restricted for current Key usage.
text
IP restrictions.
string
Detailed information on request failure. This parameter will not be returned on successful requests.
boolean
Indicates success.
Last updated: 2026-06-01
Get KEY List