List device management policies
Required Permission: mdm.global.policy.list
Returns a paginated list of policies from Android, Apple, and Windows platforms accessible within the organization context.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"items": [
{
"id": "507f1f77bcf86cd799439011",
"type": "android",
"name": "Corporate Security Baseline Policy",
"version": 3,
"counts": {
"devices": 247,
"applications": 12,
"properties": 38
},
"targetType": "device",
"updatedAt": "2026-02-10T14: 30:00Z",
"createdAt": "2026-02-01T09: 15:00Z",
"agentConfiguration": {
"allowLocation": true,
"allowLocationMacos": false,
"allowPackageTime": true,
"allowPackageTransfer": false,
"allowDeviceInfoBatteryUsage": true,
"allowDeviceInfoBluetooth": true,
"allowDeviceInfoSystemInfo": true
}
}
],
"totalDocs": 0
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}