cURL
curl --request GET \ --url https://api.voltview.co.uk/v1/sites/{siteId}/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 for a specific site
JWT token obtained from /v1/requestToken endpoint
Site identifier
Filter tariffs by utility type
ELECTRICITY
GAS
Tariff information retrieved successfully
Energy supplier name
Utility type
Tariff name
Tariff start date
Tariff end date
Tariff rates
Show child attributes
Rate name
Price per unit in GBP
Rate start time
Rate end time
Days of the week this rate applies
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY