Skip to main content
GET
Usage Summary
Returns your current billing period’s usage across every meter — what you’ve used, what your plan includes, what’s remaining, and any overage. Calls to this endpoint are not metered and don’t count against any allowance.
Requires authentication (API key or JWT).

Endpoint

Response

string
"stripe_v2" for accounts on the current plan catalog; "legacy" for grandfathered accounts (whose meters show null allowances)
string | null
Your Stripe customer ID
string[]
Active plan identifiers (e.g. ["plan_starter"])
string | null
Stripe subscription status (e.g. "active")
string | null
ISO timestamp of the current billing period start. null for accounts with no subscription (free tier), whose allowances reset on the first of each calendar month (UTC). Trial accounts see the trial window.
string | null
ISO timestamp of the current billing period end (null on the free tier, see above)
array
One entry per meter, sorted alphabetically
Every metered API response also carries Hirebase-Usage-* headers with the same numbers for the meter that request billed — use those to track quota without polling this endpoint.

Example