/quotas
Retrieve information about your API usage quotas and limits. This endpoint does not count against your usage.
GET
/quotasReturns your current usage quota information including balance and spend.
Response
balanceCurrent available balancespendTotal amount spentmax_budgetMaximum budget limitResponse
{
"balance": 5000,
"spend": 1234,
"max_budget": 10000
}