GET
/api-v1/orders/expenses
curl \
--request GET 'https://wyzio.app/api-v1/orders/expenses' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"id": 42,
"orderId": 42,
"date": "2026-05-04T09:42:00Z",
"supplier": "string",
"reference": "string",
"currency": "string",
"amount": 42.0,
"reBillable": true,
"purchaseInvoiceId": 42,
"salesInvoiceId": 42,
"reBillDate": "2026-05-04T09:42:00Z",
"invoiceNumber": "string",
"organizationId": 42,
"purchaseInvoiceCreatorContactId": 42,
"salesInvoiceCreatorContactId": 42
}
]