Get blocklist status
get /api/v1/mdm/blacklist/status
https://{server-hostname}:8383/api/v1/mdm/blacklist/status
MDMInventory.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/api/v1/mdm/blacklist/status \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Array of blocklist status entries per device and app
Status code of the blocklist enforcement command: 1=Yet To Apply, 2=Notified, 3=In Progress, 4=Applied, 5=Not Applicable, 6=Yet To Remove, 7=Remove In Progress, 8=Removed, 9=Failed, 10=Removal Failed, 11=Disabled
Resource ID of the device or group
Unique identifier (bundle ID / package name) of the app
Display name of the app
Blocklist status for multiple devices and apps showing various enforcement states
{
"Blackliststatus": [
{
"identifier": "com.manageengine.mdm.android",
"resourceId": 9007199254741064,
"appname": "Zylker MDM",
"status": 4
},
{
"identifier": "com.zylker.chatapp",
"resourceId": 9007199254741064,
"appname": "Chat App",
"status": 1
},
{
"identifier": "com.zylker.testapp",
"resourceId": 9007199254741064,
"appname": "Test App",
"status": 9
}
]
}
No blocklist enforcement entries found
{
"Blackliststatus": []
}
![]()
Duration: 1 minute | Threshold: 250 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.