Returns a summary of the account’s billing state for the current period: access status, plan code, current period end, and usage totals for streams and exports.
Use this endpoint to check programmatically why a 402 payment_required
error was returned, or to surface plan usage in your own UI.
Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys
Billing summary for the authenticated account.
Current access state for the account.
ACTIVE: Full access, payment current.TRIALING: Full access, trial-plan caps enforced (no overage).GRACE: Limited access, payment overdue but within grace period. grace_until will be set.SUSPENDED: No access, payment overdue beyond grace period.NONE: Account has no active subscription.ACTIVE, TRIALING, GRACE, SUSPENDED, NONE "ACTIVE"
Usage totals for the current billing period.
When the grace period ends. Present only when access_status is GRACE.
"2026-05-01T00:00:00Z"
Plan identifier (e.g., trial, starter, pro). Null if the account has no plan.
"starter"
End of the current billing period. Null if the account has no active subscription.
"2026-05-12T23:34:19Z"