Skip to content

Authentication

Before calling Solarsens APIs, make sure your client has the correct environment, credentials, and permission scope.

  • 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

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

When writing developer docs, show the full request context early:

  • base URL
  • auth header format
  • required identifiers
  • example request
  • example response