WattTime · Authentication Profile

Watttime Authentication

Authentication

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

EmissionsClimateCarbonEnergyElectricity GridSustainabilityClean Energy
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

basicAuth http
scheme: basic
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/watttime-openapi.yml
summary:
  types:
  - http
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic Authentication used only for the /login endpoint. Provide username
    and password to obtain a bearer token.
  sources:
  - openapi/watttime-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: 'JWT bearer token obtained from the /login endpoint. Token expires after 30 minutes.
    Include as Authorization: Bearer {token} header.'
  sources:
  - openapi/watttime-openapi.yml