Solarize · Authentication Profile
Solarize Authentication
Authentication
The Solarize API authenticates requests with short-lived JSON Web Tokens (JWT). A caller first mints a long-lived API Token inside the Solarize app (Settings), then exchanges it at the token endpoint for a Bearer access token. API Tokens carry the same permissions as the user that created them; there is no separate OAuth2 scope surface.
Solarize secures its APIs with http across 2 declared security schemes, as derived from its OpenAPI definitions.
CompanyEnergyBillingMeteringUtilitiesMeter-to-CashSaaS
Methods: http
Schemes: 2
OAuth flows:
API key in:
Security Schemes
apiToken prerequisite
bearerAuth http