Tibber · OAuth Scopes

Tibber OAuth Scopes

OAuth 2.0 derived

Tibber publishes 11 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Tibber API on a user’s behalf.

Tokens are issued from https://thewall.tibber.com/connect/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

EnergySmartHomeSmartMeterElectricityPricingElectricVehicleChargingHeatPumpSolarInverterHomeBatteryGraphQLOAuth2Nordic
Scopes: 11 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://thewall.tibber.com/connect/authorize
Token URL
https://thewall.tibber.com/connect/token
Flows
authorizationCode

Scopes (11)

ScopeDescriptionFlows
data-api-chargers-read Read EV chargers and EVSE equipment. authorizationCode
data-api-energy-systems-read Read home batteries and hybrid systems. authorizationCode
data-api-homes-read List the user's homes. authorizationCode
data-api-inverters-read Read solar inverters. authorizationCode
data-api-thermostats-read Read thermostats, heat pumps, and space heaters. authorizationCode
data-api-user-read Basic user context (required baseline). authorizationCode
data-api-vehicles-read Read connected electric vehicles. authorizationCode
email User email. authorizationCode
offline_access Issue refresh tokens. authorizationCode
openid OpenID identity. authorizationCode
profile User profile. authorizationCode

Source

OAuth Scopes

tibber-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/tibber-data-api-openapi.yml
schemes:
- name: oauth2
  source: openapi/tibber-data-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://thewall.tibber.com/connect/authorize
    tokenUrl: https://thewall.tibber.com/connect/token
  description: OAuth 2.0 Authorization Code Flow with optional PKCE.
scopes:
- scope: data-api-chargers-read
  description: Read EV chargers and EVSE equipment.
  flows:
  - authorizationCode
  sources:
  - openapi/tibber-data-api-openapi.yml
- scope: data-api-energy-systems-read
  description: Read home batteries and hybrid systems.
  flows:
  - authorizationCode
  sources:
  - openapi/tibber-data-api-openapi.yml
- scope: data-api-homes-read
  description: List the user's homes.
  flows:
  - authorizationCode
  sources:
  - openapi/tibber-data-api-openapi.yml
- scope: data-api-inverters-read
  description: Read solar inverters.
  flows:
  - authorizationCode
  sources:
  - openapi/tibber-data-api-openapi.yml
- scope: data-api-thermostats-read
  description: Read thermostats, heat pumps, and space heaters.
  flows:
  - authorizationCode
  sources:
  - openapi/tibber-data-api-openapi.yml
- scope: data-api-user-read
  description: Basic user context (required baseline).
  flows:
  - authorizationCode
  sources:
  - openapi/tibber-data-api-openapi.yml
- scope: data-api-vehicles-read
  description: Read connected electric vehicles.
  flows:
  - authorizationCode
  sources:
  - openapi/tibber-data-api-openapi.yml
- scope: email
  description: User email.
  flows:
  - authorizationCode
  sources:
  - openapi/tibber-data-api-openapi.yml
- scope: offline_access
  description: Issue refresh tokens.
  flows:
  - authorizationCode
  sources:
  - openapi/tibber-data-api-openapi.yml
- scope: openid
  description: OpenID identity.
  flows:
  - authorizationCode
  sources:
  - openapi/tibber-data-api-openapi.yml
- scope: profile
  description: User profile.
  flows:
  - authorizationCode
  sources:
  - openapi/tibber-data-api-openapi.yml