List prepaid credit ledger entries
Self Serve
List prepaid credit ledger entries
Returns paginated credit ledger entries for the authenticated self-serve client.
GET
List prepaid credit ledger entries
Authorizations
Query Parameters
Return entries created before this timestamp.
Tiebreaker for cursor. Entries written in the same transaction share
an identical created_at, so ordering by timestamp alone is not total
and a page boundary that splits them can drop a row. When supplied
alongside cursor, entries are returned strictly before
(cursor, cursor_id) in (created_at, id) order. Pass the id of the
last entry on the previous page. Ignored unless cursor is also present.
Example:
"34o8dS2h9c7n1V8qLpY2Zx6TwUa"
Maximum number of entries to return.
Required range:
1 <= x <= 100Optional ledger entry type filter.
Available options:
purchase, bonus, deduction, refund, adjustment 
