cURL
curl --request GET \ --url https://aihubmix.com/api/token/search \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": [ { "id": 123, "user_id": 123, "key": "<string>", "status": 123, "name": "<string>", "created_time": 123, "accessed_time": 123, "expired_time": 123, "remain_quota": 123, "unlimited_quota": true, "used_quota": 123, "models": "<string>", "subnet": "<string>" } ] }
通过 keyword 搜索 KEY