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