Authentication Mechanisms

To interact with the Management Console API, every request must be authenticated.

As a Distributor or a Channel Partner administrator, you will need first to create an API key. That API key is a bearer token which has to be included in the Authorization HTTP header of your API requests.

Authorization: Bearer <token>

Where <token> is your API key.

Last updated

Was this helpful?