🔗 Console REST APIUsage Management

Get current usage

Retrieves current usage statistics and limits for the organization

GET
/api/billing/usage
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://example.com/api/billing/usage"
{
  "isSpendMgmtEnabled": true,
  "dailySpendHardLimit": 0,
  "dailySpendNotifyThreshold": 0,
  "webhookUrl": "string",
  "creditUsageToday": 0.1,
  "creditUsageYesterday": 0.1
}
Service StatusGitHub SDK