Skip to main content

Authentication

Retrieving access token

To retrieve an access token from the EnableNow API you can use standard OAuth Client Credentials flow using:

Use the following parameters:

ParameterValue
client_id[Your Client ID]
client_secret[Your Client Secret]
scope"customer-api"
grant_type"client_credentials"

The generated access token will be valid for 60 minutes.