Authentication mechanisms
Last updated
Was this helpful?
Last updated
Was this helpful?
To interact with the Management Console API, every request must be authenticated.
As a or a administrator, you will need first to create an API key. That API key is a which has to be included in the Authorization HTTP header of your API requests.
Where <token>
is your API key.
Regardless of which tool you are using to interact with Management Console API, please ensure to add the word Bearer followed by a single space before adding the API key into the Authorization header. If this is not added, the API key will not work and you will receive the following error: "Authorization header is missing".