Authentication
Before calling Solarsens APIs, make sure your client has the correct environment, credentials, and permission scope.
Prerequisites
Section titled “Prerequisites”- access to the target Solarsens environment
- a valid token or authentication method approved for your integration
- knowledge of the relevant base path and resource scope
Authentication model
Section titled “Authentication model”Solarsens integrations should document:
- how a client obtains credentials
- which headers or tokens are required
- how permissions affect accessible plants, assets, and workflows
- how authentication failures are returned
Integration guidance
Section titled “Integration guidance”When writing developer docs, show the full request context early:
- base URL
- auth header format
- required identifiers
- example request
- example response