Powernaut · Authentication Profile

Powernaut Authentication

Authentication

Powernaut secures its APIs with http across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyEnergyVirtual Power PlantDistributed Energy ResourcesEnergy TradingFlexibilityForecastingGrid
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

cloud-cloud http
scheme: bearer
token http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: derived
source: openapi/powernaut-partner-api-openapi-original.yml
summary:
  types:
  - http
schemes:
- name: cloud-cloud
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: A bearer token obtained from the token endpoint.
  sources:
  - openapi/powernaut-partner-api-openapi-original.yml
- name: token
  type: http
  scheme: basic
  description: Your client id and secret to obtain a bearer token for cloud-cloud authentication.
  sources:
  - openapi/powernaut-partner-api-openapi-original.yml