List account invoices
GET {{baseUrl}}/accounts/{{accountId}}/invoices?status=PAID
Gets all invoices for a Qodex billing account filtered by the status of the invoice.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
status | string | (Required) The invoice status. Currently accepts only the PAID value. |
RESPONSES
status: OK
{"data":[]}