/quotas

Retrieve information about your API usage quotas and limits. This endpoint does not count against your usage.

GET
/quotas

Returns your current usage quota information including balance and spend.

Response

balanceCurrent available balance
spendTotal amount spent
max_budgetMaximum budget limit
Response
{
  "balance": 5000,
  "spend": 1234,
  "max_budget": 10000
}