Axle Energy · Authentication Profile

Axle Energy Authentication

Authentication

Axle Energy secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the password flow(s).

CompanyEnergyFlexibilityVirtual Power PlantElectric VehiclesSmart ChargingBatteriesDemand ResponseGridSustainability
Methods: oauth2 Schemes: 1 OAuth flows: password API key in:

Security Schemes

OAuth2PasswordBearer oauth2
· flows: password

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/axle-energy-openapi-original.json
docs: https://docs.axle.energy/api-reference/auth/token-form
summary:
  types:
  - oauth2
  oauth2_flows:
  - password
  detail: >-
    Token-based auth. Exchange API credentials (username/password) for a bearer token via
    POST /auth/token-form. Organisation tokens are valid 1 hour. Component tokens
    (POST /auth/component-token) are site-scoped and valid 24 hours for end-user sessions.
    Send the token as `Authorization: Bearer <token>`.
schemes:
- name: OAuth2PasswordBearer
  type: oauth2
  flows:
  - flow: password
    tokenUrl: auth/token-form
    scopes: 0
  sources:
  - openapi/axle-energy-openapi-original.json
token_types:
  - name: organisation-token
    endpoint: POST /auth/token-form
    ttl: 1h
    docs: https://docs.axle.energy/api-reference/auth/token-form
  - name: component-token
    endpoint: POST /auth/component-token
    ttl: 24h
    scope: site
    docs: https://docs.axle.energy/api-reference/auth/component-token