Get Invoices
GetInvoices returns a paginated list of invoices for the given Organisation. The query parameters from and to can be used to filter the invoices returned. If no query parameters are provided, this endpoint will return the upcoming invoice. If to is not provided, it will default to the current date. If from is not provided, it will default to a calendar month before the current date.
Documentation Index
Fetch the complete documentation index at: https://docs.versori.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
OK
MonetaryValue is a monetary value, i.e. £12.50. It is represented as a whole number integral and a fractional part. The integral part is the whole number of pounds, dollars, ... and the fractional part is the number of pence, cents, ..., in the value. The isNegative property denotes if the value is negative.