Get cash forecasting report
Retrieves a paginated cash forecasting report showing due and paid amounts per period for each customer
Authentication
Authorizationstring
API Key authentication via header
Query parameters
page
Page Number
limit
Max items per page. Defaults to 50. Values above 500 will be rejected.
filter
Supported items for filter: startMonth, endMonth, currency.
Months should be in YYYY-MM format. Set startMonth and endMonth to the same value to request a single month.
By default the forecast is capped to 120 months ahead of the current month; pass endMonth to extend or shorten that horizon.
Currency should be an ISO 4217 currency code (e.g., USD, INR, EUR).
Response
Successfully retrieved cash forecasting report
payload
Response payload, will be empty when success is false
success
Boolean with true=success, false=failure
message
Plain-text description of the result
error
json element with any error messages or warnings
Errors
401
Unauthorized Error

