Get the aggregated/individual consumption forecast for all/specific NOX connected houses assosciated with your energy supplier account in kWh for the next 72h with starting from midnight 00:00 CET/CEST granularity of 15min.
This forecast is done everyday at 9:45 am CET/CEST.
API Key authentication. Enter your API key in the format: YOUR_API_KEY
The ID of the house to get the forecast for. If not provided, the aggregated forecast for all houses is returned.
The maximum number of items to return per page of results.
This should be used together with the next_token parameter to paginate through results.
Read the pagination parameter documentation for more details.
1 <= x <= 1000The next_token is a token used to retrieve the next page of results when there are more results
than can fit in a single page(=API response).
By default, the API will return a next_token of the first page if no token was given as a parameter.
If the token is null you have reached the end of the results.
This should be used together with the limit parameter to paginate through results.
To get all results of your call, you can keep calling the same API call with the previously returned next_token until it returns null.
Successful response
The response is of type Response Get House Consumption Forecast Next 72H V1 House Consumption Forecast Get · object.