API Reference
Complete reference documentation for the Nomid MDM External API. Find detailed information about endpoints, parameters, and response formats.
Base URL:
https://api.nomid.tech/emm/api/v1Documentation Sections
Authentication
Learn how to authenticate your API requests using API keys.
Assets
Endpoints for listing, filtering, and retrieving asset information.
Policies
Endpoints for accessing policy data and device assignments.
Errors
Understanding error responses and status codes.
BI Integration
Flattened data exports for Business Intelligence tools.
All Endpoints
| 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 |
Content Types
All requests and responses use JSON format. Set the Content-Type header accordingly.
Content-Type: application/json