Get expenses report for the current user

GET /api-v1/myaccount/expenses-report

Headers

Responses

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