Introduction

Introduction

MDM's APIs allow you to perform all the basic management done with the MDM web client.

ManageEngine MDM APIs are built using REST principles which ensures predictable URLs that makes writing applications easy. This API follows HTTP rules, enabling a wide range of HTTP clients can be used to interact with the API.

Every resource is exposed as a URL. The URL of each resource can be obtained by accessing the API Root Endpoint.

API Root Endpoint

Click to copy
On-Premises {ServerURL}/ Cloud https://mdm.manageengine.com.au/

Getting Started

All MDM APIs must satisfy these prerequistes.

  1. An API Key (MDM On-Premises).
  2. A valid Zoho username and password(MDM Cloud). To generate OAuth token.

Sample Request

Click to copy
$ curl https://mdm.manageengine.com.au/api/v1/devices -H 'Authorization: Zoho-oauthtoken ba4604e8e433g9c892e360d53463oec5'