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