Get Invoices
Gets a paginated list of invoices, optionally filtered by invoice types and date range
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token or OAuth2
Query parameters
Cursor
[Optional] A pagination token used to jump to first, last, next or previous pages. When supplied, it overrides all other filter parameters.
FromDate
[Optional] Start date for filtering invoices by invoice date. Default is current - 1 month date.
ToDate
[Optional] End date for filtering invoices by invoice date. Default is current date.
InvoiceTypes
[Optional] Filter invoices by invoice type.
PageSize
Number of invoices to return per page (default: 100). Must be between 1 and 1000.
SortOrder
Sort invoices by Invoice Date. Values - Ascending, Descending. Default: Descending.
Response
Success
first
Go to the first page
items
List of invoices in the current page.
last
Go to the Last page
next
Go to the Next page
prev
Go to the Previous page

