Skip to main content
GET
/
v1
/
sites
/
tariffs
Tariffs for all sites
curl --request GET \
  --url https://api.voltview.co.uk/v1/sites/tariffs \
  --header 'x-api-key: <api-key>'
[
  {
    "siteId": "<string>",
    "supplier": "<string>",
    "tariffName": "<string>",
    "startDate": "2023-12-25",
    "endDate": "2023-12-25",
    "rates": [
      {
        "name": "<string>",
        "rate": 123,
        "startTime": "<string>",
        "endTime": "<string>",
        "daysOfWeek": []
      }
    ]
  }
]

Authorizations

x-api-key
string
header
required

VoltView API key

Response

Tariff information retrieved successfully

siteId
string

Site identifier

supplier
string

Energy supplier name

utility
enum<string>

Utility type

Available options:
ELECTRICITY,
GAS
tariffName
string

Tariff name

startDate
string<date>

Tariff start date

endDate
string<date>

Tariff end date

rates
object[]

Tariff rates