Skip to main content
GET
Get Credits
Beta. Credits are the single billing currency across the Signa API. This endpoint’s schema is new and may evolve before general availability.

Overview

Returns the authenticated organization’s pooled credit balance: the spendable balance across all active grants, a breakdown of remaining credits by grant type (plan vs addon vs promo), and the per-grant expiry schedule in consumption order (plan first, then oldest-expiry-first). Requires the billing:read scope. Querying credits does not consume any credits.

Response

string
Always "credit_balance".
integer
Authoritative spendable pooled balance. Reconciles exactly: balance = (plan + addon + promo) - reserved - pending. May be negative under the debt floor.
object
integer
Credits held by open reservations (reserved but not yet settled or refunded).
integer
Billable spend not yet attributed to specific grants by the hourly applier.
object[]
string
Request ID for debugging.

Code Examples

Errors