Get a list of credit ledger events
Retrieves a paginated list of credit ledger events for a customer.
Query parameters
Maximum number of items to return
Return items that come after this cursor
Return items that come before this cursor
Filter by customer ID (required)
Filter by resource ID
Filter by currency ID
Filter by event type(s), comma-separated
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Response
A paginated list of credit ledger event objects.
Changes
Changed in 7 of the 115 revisions of this API.93
- ●
added the new
CreditOveragePriceCurrencyNotFoundenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
InvalidCreditOverageBillingModelenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
InvoicePreviewNotAvailableForDraftContractenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
OveragePriceNotSupportedOnAddonenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
OveragePriceRequiresUsageLimitenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ○
added the new optional
queryrequest parametereventTypenew-optional-request-parameter
- ○
- ●
added the new
GovernanceNotEnabledenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ○
added the new optional
headerrequest parameterX-ACCOUNT-IDnew-optional-request-parameter
- ○
added the new optional
headerrequest parameterX-ENVIRONMENT-IDnew-optional-request-parameter
- ○
- ●
added the new
PricingModelNotSupportedByBillingIntegrationenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
DataExportIntegrationErrorenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
InvalidReceivedSignatureErrorenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●