Invoices
List invoices
Returns the user's invoices and quotes, sorted by date descending.
Optional filters (combinable):
- status=paid or status=unpaid — filter by payment status
- type=invoice or type=quote — filter by document type
- year=YYYY — only invoices whose date falls in the given calendar year (UTC)
Any other query parameter returns a 400. Filter on additional fields client-side.
get/invoices
Query parameters
status'paid' | 'unpaid'
Filter by payment status.
type'invoice' | 'quote'
Filter by document type. invoice matches stored type=normal.
yearinteger
Filter invoices whose date falls in the given calendar year (UTC).
Changes
No recorded changes to this endpoint across all 1 revision of this API.