Usage summary for the period
GET/v1/usage/summary
Returns the aggregated usage of a subscription item for the current billing period (or for an arbitrary period via period_start/period_end). Honors set records (which replace) and the sum of subsequent increment records. When the price is tiered or per-unit, computes an estimated cost in estimated_cost_cents (÷100 → BRL).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Usage summary, period and estimated cost.
Request body failed validation.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Rate limit exceeded.
Unexpected server error.