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
string
Limit results to invoices generated for this fleet.
integer
Maximum number of objects to return (default 10).
string
Page token from a previous list response.
string
Filter invoices by status.Available options:
draft, open, paid, void, uncollectibleReturns
Returns a page of invoices.array of object
required
Array of invoice objects.
string | null
required
URL for the next page of results, or
null when there is no next page.string | null
required
URL for the previous page of results, or
null when there is no previous page.
