Site
Upload Site Capacity
Update the available capacity of a site. Upload the timestamps that the capacity changes, the capacity will be forward filled from every timestamp. Values should be in kilowatts [kW].
POST
Authorizations
Your API key. This is required to access our API programatically. You can view your API key in the Rebase dashboard.
Path Parameters
Body
application/json
Example:
[
{
"valid_time": "2024-09-15T00:00Z",
"value": 6000
},
{
"valid_time": "2024-09-18T12:00Z",
"value": 12000
},
{
"valid_time": "2024-09-24T12:00Z",
"value": 6000
}
]
Response
200
application/json
Successful Response
The response is of type any
.