Platform API
Retrieve Single KEY Details
Get detailed information about a KEY based on token_id
GET
Retrieve Single KEY Details
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.
Path Parameters
KEY ID.
Response Parameters
Indicates whether the request was successful.
Message (may be empty). Returns the reason for failure if the request fails.
Key detail object. If the request fails, data may be an empty object
{}.Key ID.
User ID.
Key string (used for calls/authentication).
Key status. 0 means disabled, 1 means enabled.
Key name.
Key creation time (UNIX timestamp).
Key last accessed time (UNIX timestamp).
Key expiration time (UNIX timestamp); -1 means never expires.
Remaining quota; -1 means unlimited.
Indicates whether the quota is unlimited. true means unlimited; false means limited.
Used quota. Actual usage calculation: used_quota / 500000.
Models restricted for use with the current Key (an empty string means no restriction or not set).
IP restrictions (an empty string means no restriction or not set).
Last updated: 2026-06-01
Retrieve Single KEY Details