GET
/api-v1/myaccount/expenses-report
curl \
--request GET 'https://wyzio.app/api-v1/myaccount/expenses-report' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"id": 42,
"date": "2026-05-04T09:42:00Z",
"reference": "string",
"currency": "string",
"netAmount": 42.0,
"totalAmount": 42.0,
"payable": 42.0,
"status": "UNPAID",
"validated": true
}
]