🔗 Console REST APIUsage Management
Get current usage
Retrieves current usage statistics and limits for the organization
curl -X GET "https://example.com/api/billing/usage"{
"isSpendMgmtEnabled": true,
"dailySpendHardLimit": 0,
"dailySpendNotifyThreshold": 0,
"webhookUrl": "string",
"creditUsageToday": 0.1,
"creditUsageYesterday": 0.1
}