GET
/
v1
/
sites
/
{siteId}
/
annualSpendAndSavings
curl --request GET \
  --url https://api.voltview.co.uk/v1/sites/{siteId}/annualSpendAndSavings \
  --header 'Authorization: Bearer <token>'
{
  "siteId": "<string>",
  "period": "<string>",
  "spend": 123,
  "savings": 123,
  "comparisonPeriod": "<string>",
  "previousSpend": 123,
  "spendChange": 123
}

Authorizations

Authorization
string
header
required

JWT token obtained from /v1/requestToken endpoint

Path Parameters

siteId
string
required

Site identifier

Response

200
application/json

Annual spend and savings data retrieved successfully

The response is of type object.