GET
/
tariff
/
common
Get Common Tariffs
curl --request GET \
  --url https://api-sandbox.axle.energy/tariff/common \
  --header 'Authorization: Bearer <token>'
[
  {
    "supplier": "Octopus Energy",
    "name": "Go",
    "off_peak_times": [
      "00:30-04:30",
      "12:00-14:00"
    ],
    "super_peak_times": [
      "16:00-19:00"
    ],
    "type_of_use": "EV",
    "id": "<string>"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200
application/json

List of common tariffs

The response is of type TariffResponse ยท object[].