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

KeyDatatypeRequiredDescription
statusstring(Required) The invoice status. Currently accepts only the PAID value.

RESPONSES

status: OK

{"data":[]}