Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
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