curl --request GET \
--url https://api.ara.so/usage/current \
--header 'Authorization: Bearer <token>'Get current usage summary.
Paid users: ledger (rolling 30d) vs included allowance plus user_billing.topup_bonus_usd (from Stripe top-up checkout webhooks).
Free users: local free_credits_used_usd on user_billing (top-ups reduce used).
curl --request GET \
--url https://api.ara.so/usage/current \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Was this page helpful?