Get All Invoices
API key for authentication. Get your key from the Dashboard > Settings > API Access.
The page number 1 - n
The number of items per page. Max is 250. Default is 10.
The key to sort the items by. Default is _id.
_id, name, createdAt, updatedAt, transactionDate The order to sort the items by. Default is 1. -1 for descending. 1 for ascending.
1, -1 Minimum amount. Expected to be a number string (Int or Float) eg: 1000,1000.5
Maximum amount. Expected to be a number string (Int or Float) eg: 1000,1000.5
Start date in ISO format
End date in ISO format
Includes counterparties ids. Comma separated list of object ids eg: 666666666666666666666666,666666666666666666666666
Includes invoice statuses. Comma separated list of invoice statuses eg: DRAFT,SENT,PAID,OVERDUE,CANCELLED