GET
/api-v1/orders/invoices
curl \
--request GET 'https://wyzio.app/api-v1/orders/invoices' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"id": 42,
"number": "string",
"date": "2026-05-04T09:42:00Z",
"reference": "string",
"netAmount": 42.0,
"totalAmount": 42.0,
"receivable": 42.0,
"status": "OPEN",
"invoicedPercent": 42.0,
"orderId": 42,
"organizationId": 42,
"entityCreatorContactId": 42,
"type": "PREPAYMENT",
"tenantId": 42
}
]