v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Operational

Enterprise feature

undefined

get/api/admin/invoices

Response

invoicesSchema

amountFormattedstring required

A formatted representation of the amount due.

paidboolean required

true if the invoice has been paid, false if it has not.

statusstring required

The current status of the invoice

dueDatestring

When the invoice is due

invoiceURLstring uri required

A URL pointing to where the invoice can be found.

invoicePDFstring uri required

A link to a PDF-version of the invoice.

Example response

[
  {
    "amountFormatted": "€ 123.00",
    "paid": true,
    "status": "pending",
    "dueDate": "2018-11-13",
    "invoiceURL": "https://invoice.url",
    "invoicePDF": "https://invoice.url/pdf"
  }
]