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
Return only credits that have access schedules that "cover" the provided date
Include only credits that have any access on or after the provided date
Include only credits that have any access before the provided date (exclusive)
Include credits on the contract level.
Include archived credits and credits from archived contracts.
Include credit ledgers in the response. Setting this flag may cause the query to be slower.
Include the balance in the response. Setting this flag may cause the query to be slower.
The next page token from a previous response.
The maximum number of commits to return. Defaults to 25.
1 <= x <= 25