Authentication

Authentication for Lucid Green APIs use OAuth2. Each OAuth2 user account is associated with a Brand and Company, and may have information access restrictions based on the Brand and Company to which it belongs.

The setup for the OAuth2 client is as follows:

  • Grant Type: Client Credentials

  • Client ID: provided by application

  • Client Secret: provided by application

  • Access Token URL: https://<host>/o/token/

Prior to using the API, an access token should be retrieved using OAuth server authentication. Once an access token is retrieved, all API method access should include an Authorization header with the value Bearer <access token>.