GET
/
v1
/
sites
/
cost
curl --request GET \
  --url https://api.voltview.co.uk/v1/sites/cost \
  --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"

granularity
enum<string>

Data aggregation granularity

Available options:
hour,
day,
month,
year
from
string

Start date and time (ISO 8601)

Example:

"2024-01-01T00:00:00.000Z"

to
string

End date and time (ISO 8601)

Example:

"2024-12-31T23:59:59.999Z"

Response

200
application/json
Cost data retrieved successfully

The response is of type any[].