API Key
In case of MDM On-Premises, the authentication is done using using the API key.
Generating an API key
- On the MDM server, click on
Admin
tab from the top menu and selectAPI Key Generation
, present underIntegrations
. - Click on
Generate Key
, provideApplication
,Service name
andPermissions
- 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.