API Key

API Key

In case of MDM On-Premises, the authentication is done using using the API key.

Generating an API key

  1. On the MDM server, click on Admin tab from the top menu and select API Key Generation, present under Integrations.
  2. Click on Generate Key, provide Application, Service name and Permissions
  3. On Clicking Generate Key to get API Key

Calling An API

API key can be passed only in header and cannot be passed in the request param.

  • Header name should be Authorization
  • Header value should be {api_key}

Note: The API key generated is valid for 6 months.