Get monthly cash

GET /api-v1/balance-sheet/monthly-cash

Headers

Responses

GET /api-v1/balance-sheet/monthly-cash
curl \
 --request GET http://wyzio.app/api-v1/balance-sheet/monthly-cash \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "lastYearTotal": 42.0,
    "month": 42,
    "total": 42.0
  }
]