Management API

Management API Authorization

2min

All requests to the server need to be authorized with the management API key. A management API key is sent as an authorization header value.

Each request from the client needs to have the following header:

  • Authorization, with the following value: Api-Key _here_is_the_management_api_key_

Example:

Management API key for this example is h8ZTleS1.OyCHhCST5c8K9A6gjV9wA1HLxWpUVSFv.

Header:

  • Authorization: Api-Key h8ZTleS1.OyCHhCST5c8K9A6gjV9wA1HLxWpUVSFv

Full sample code for getting a license key with management API key:

Python