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 tokenarrow-up-right which has to be included in the Authorization HTTP header of your API requests.

circle-info

Authorization: Bearer <token>

Where <token> is your API key.

circle-exclamation

Last updated

Was this helpful?