GET
/
v1
/
groups
/
{group_id}
/
forecast
curl --request GET \
  --url https://api.amberflow.io/v1/groups/{group_id}/forecast \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "time": "2024-09-23T12:00:00.000Z",
      "power": 100,
      "upward": 100,
      "downward": 100
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

group_id
string
required

Response

200
application/json
Successful Response

The response is of type object.