Credits Balance
Credit balances are auditable financial records. Use the account endpoints to monitor remaining credits, monthly refills, top-ups, and spending history.
Balance Endpoint
GET /v1/account/credits returns current balance, credits used this cycle, and plan-level allowances.
{
"data": {
"plan": "growth",
"credits_remaining": 1840,
"credits_used": 3160,
"monthly_allowance": 5000
}
}Transaction History
GET /v1/account/credits/transactions returns a paginated audit trail of signup bonuses, subscription refills, reveals, exports, refunds, and admin adjustments.