GET
/
v1
/
bidding-zones
/
{bidding_zone_id}
/
historical
curl --request GET \
  --url https://api.amberflow.io/v1/bidding-zones/{bidding_zone_id}/historical \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "time": "2024-09-23T12:00:00.000Z",
      "forecast": 100,
      "scheduled": 100,
      "actual": 100
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

bidding_zone_id
string
required

Query Parameters

start
string
default:2025-04-09T15:23:30.056910

The start date

end
string
default:2025-05-09T15:23:30.057007

The end date

Response

200
application/json
Successful Response

The response is of type object.