GET
/
v1
/
sites
/
emissions
curl --request GET \
  --url https://api.voltview.co.uk/v1/sites/emissions \
  --header 'Authorization: Bearer <token>'
[
  "<any>"
]

Authorizations

Authorization
string
header
required

JWT token obtained from /v1/requestToken endpoint

Query Parameters

lookback
string

Time period to look back (e.g. 1d, 1w, 1m, 1y for day, week, month, year)

Example:

"1y"

Response

200
application/json
Emissions data retrieved successfully

The response is of type any[].