Loading...
Loading...
Complete reference documentation for the Nomid MDM External API. Find detailed information about endpoints, parameters, and response formats.
https://api.nomid.tech/emm/api/v1Learn how to authenticate your API requests using API keys.
Endpoints for listing, filtering, and retrieving asset information.
Endpoints for accessing policy data and device assignments.
Understanding error responses and status codes.
Flattened data exports for Business Intelligence tools.
| Method | Endpoint | Description |
|---|---|---|
| GET | /assets | List all assets with pagination and filtering |
| GET | /assets/count | Get total count of assets |
| GET | /assets/{assetId} | Get details of a specific asset |
| GET | /policies | List all policies |
| GET | /policies/{policyId} | Get details of a specific policy |
All requests and responses use JSON format. Set the Content-Type header accordingly.