Retrieve a detailed list of all credits available to a customer, including promotional credits and contract-specific credits. This endpoint provides comprehensive visibility into credit balances, access schedules, and usage rules, enabling you to build credit management interfaces and track available funding.
An array of Credit objects containing:
product_id
of the credit. This is for external mapping into your quote-to-cash stack, not the product it applies to.include_ledgers=true
)include_balance=true
)covering_date
: Credits active on a specific datestarting_at
: Credits with access on/after a dateeffective_before
: Credits with access before a date (exclusive)include_contract_credits
: Include contract-level credits (not just customer-level)include_archived
: Include archived credits and credits from archived contractsinclude_ledgers
: Adds detailed transaction history (slower)include_balance
: Adds current balance calculation (slower)Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
List all credits for a customer
The body is of type object
.
Success
The response is of type object
.