Retrieve the list of apps that failed to sync for a specific VPP content token
get /api/mdm/apps/account/vpp/{vpp_id}/failure
https://{server-hostname}:8383/api/mdm/apps/account/vpp/{vpp_id}/failure
MDMDeviceMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the VPP content token. Obtain from the Add VPP Account_addVppAccount) or Get VPP Accounts_getVppAccount) response
curl --request GET \
--url https://appdomain/api/mdm/apps/account/vpp/{vpp_id}/failure \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Array of app objects for which sync failed, including app group ID, name, icon, license count, package ID, and resource count
Group ID for the app
Name of the app
URL of the icon image for the app
Total number of licenses available for this app
The unique package ID of the app
Total number of devices or users associated with the app
List of apps that failed to sync via the content token
{
"apps": [
{
"appname": "Zylker MDM",
"packageid": 9007199254740996,
"resourcecount": 12,
"licensecount": 8,
"displayimageloc": "https://www.zylker.com/image/thumb/display/source/100x100bb.jpg",
"appgroupid": 9007199254741296
}
]
}
No apps have failed to sync
{
"apps": []
}
![]()
Duration: 1 minute | Threshold: 60 | 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.