Skip to main content
GET
/
v1
/
energyRecommendation
Energy recommendations
curl --request GET \
  --url https://api.voltview.co.uk/v1/energyRecommendation \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "title": "<string>",
    "description": "<string>",
    "potentialSavings": 123,
    "priority": "HIGH",
    "category": "<string>"
  }
]

Authorizations

Authorization
string
header
required

JWT token obtained from /v1/requestToken endpoint

Response

Energy recommendations retrieved successfully

id
string

Recommendation identifier

title
string

Recommendation title

description
string

Detailed description

potentialSavings
number

Potential savings in GBP

priority
enum<string>

Priority level

Available options:
HIGH,
MEDIUM,
LOW
category
string

Recommendation category