Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Cursor that indicates where the next page of results should start.
Ledgers sort order by date, asc or desc. Defaults to asc.
asc
, desc
Body
Optional filters on the ledger entries to return
A list of Metronome customer IDs to fetch ledger entries for. If absent, ledger entries for all customers will be returned.
A list of Metronome credit type IDs to fetch ledger entries for. If absent, ledger entries for all credit types will be returned.
If supplied, only ledger entries effective at or after this time will be returned.
If supplied, ledger entries will only be returned with an effective_at before this time. This timestamp must not be in the future. If no timestamp is supplied, all entries up to the start of the customer's next billing period will be returned.