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
Supabase Auth JWT access token obtained after signing in via magic link or OTP
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