Invoices
List Invoices
Returns a paginated list of invoice objects for the authenticated account, sorted by creation date with the most recent invoices first. Use
fleet to scope results to one fleet.
Parameters
Limit results to invoices generated for this fleet.
Maximum number of objects to return (default 10).
Page token from a previous list response.
Filter invoices by status.Available options:
draft, open, paid, void, uncollectibleReturns
Returns a page of invoices.Array of invoice objects.
URL for the next page of results, or
null when there is no next page.URL for the previous page of results, or
null when there is no previous page.
