GET
/api-v1/myaccount/expenses-report
curl \
--request GET 'https://wyzio.app/api-v1/myaccount/expenses-report'
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
}
]