cURL
curl --request GET \ --url https://api.voltview.co.uk/v1/sites/tariffs \ --header 'Authorization: Bearer <token>'
[ { "siteId": "<string>", "supplier": "<string>", "utility": "ELECTRICITY", "tariffName": "<string>", "startDate": "2023-12-25", "endDate": "2023-12-25", "rates": [ { "name": "<string>", "rate": 123, "startTime": "<string>", "endTime": "<string>", "daysOfWeek": [ "MONDAY" ] } ] } ]
Retrieves energy tariff information across all sites
JWT token obtained from /v1/requestToken endpoint
Tariff information retrieved successfully
Site identifier
Energy supplier name
Utility type
ELECTRICITY
GAS
Tariff name
Tariff start date
Tariff end date
Tariff rates
Show child attributes