APIUsageStats
total_api_keysTotal Api Keys (integer)required
active_api_keysActive Api Keys (integer)required
total_api_callsTotal Api Calls (integer)required
last_api_call objectrequired
anyOf
- string
- null
string
APIUsageStats
{
"total_api_keys": 0,
"active_api_keys": 0,
"total_api_calls": 0,
"last_api_call": "string"
}