To get VPP account sync status
get /api/mdm/apps/account/vpp/sync/{vpp_id}
https://{server-hostname}:8383/api/mdm/apps/account/vpp/sync/{vpp_id}
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/sync/{vpp_id} \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'true if the content token has insufficient licenses for one or more apps
Whether the sync failed. true = sync failed
Number of apps with insufficient licenses
Total number of apps that did not sync successfully
Total number of apps associated with this content token
Total number of apps that synced successfully
Epoch timestamp (milliseconds) of the last sync
Total number of apps processed (successful + failed)
Remarks about the sync status including failure reasons. Can be null or differentClientContext
Sync status code. 0 = Idle, 1 = Downloading App Details, 2 = Syncing Apps
Hostname of another MDM using this token. Displayed when remarks equals differentClientContext
Sync status when idle with no sync initiated
{
"if_license_insufficient": false,
"if_sync_failed": true,
"apps_with_insufficient_licenses": 0,
"failed_apps_count": 0,
"total_apps_count": 0,
"successful_apps_count": 0,
"last_sync_time": 1621574248750,
"completed_apps_count": 0,
"remarks": null,
"status": 0,
"other_mdm_hostname": "Sample MDM"
}
Sync status while apps are being synced
{
"if_license_insufficient": false,
"if_sync_failed": false,
"apps_with_insufficient_licenses": 0,
"failed_apps_count": 0,
"total_apps_count": 10,
"successful_apps_count": 5,
"last_sync_time": 1621574248750,
"completed_apps_count": 5,
"remarks": null,
"status": 2,
"other_mdm_hostname": ""
}
![]()
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.