Get extrapolated cash flow

GET /api-v1/cash-flow/extrapolated

Headers

Query parameters

  • weeks integer(int32) Required

    weeks

Responses

GET /api-v1/cash-flow/extrapolated
curl \
 -X GET http://wyzio.app/api-v1/cash-flow/extrapolated?weeks=42 \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "cashInflow": 42.0,
    "cashOutflow": 42.0,
    "cashPosition": 42.0,
    "week": 42
  }
]