Get EndUser forecasts
Get forecast amounts for a given EndUser and category
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Query Parameters
Heron ID of category to be forecasted; either category_heron_id or category_label must be present
"ctg_aoFa3HSXMTDoFNFVcfJ4dd"
Label of category to be forecasted; either category_heron_id or category_label must be present
"Revenue"
end_user_id for statistics; either end_user_id or end_user_heron_id is required
"your_end_user_id"
ISO 4217 currency code to convert to
GBP
, USD
, EUR
"USD"
The earliest transaction timestamp date to use in forecasting
"2022-01-01"
Heron-generated id for end user; either end_user_id or end_user_heron_id is required
"eus_B3LVx9kxzYLMJokv4wm8Dd"
Aggregate results over time, i.e., aggregate by week or by month
week
, month
"month"
The latest transaction timestamp date to use in forecasting
"2022-01-31"
Response
ISO 4217 currency code
3
"USD"
Forecast date at specified date granularity
"2025-04-15"
Predicted amount
42.42
Predict amount lower bound
4.24
Predicted amount upper bound
420.42
Was this page helpful?