Environments

Production environment

Quality Assurance environment

To help you develop your integration, you can use the Quality Assurance (QA) environment.

Note that you can’t use the access token for the production environment to access the test environment, so a different access token has to be retrieved through:

curl -X POST 'https://jedlix-b2e.eu.auth0.com/oauth/token' \
    --header 'Content-Type: application/x-www-form-urlencoded' \
    --data-urlencode 'grant_type=client_credentials' \
    --data-urlencode 'client_id=CLIENT_ID' \
    --data-urlencode 'client_secret=CLIENT_SECRET' \
    --data-urlencode 'audience=https://qa-smartcharging.jedlix.com'

To access the QA resources, the BaseUrl for the QA environment is the same as production, with a qa- prefix.

For example, https://smartcharging.jedlix.com
becomes https://qa-smartcharging.jedlix.com.

This environment is fully functional but contains no production data.

If you need any help or have questions on which data is available, don’t hesitate to contact us at [email protected].