Retrieve the current sync status of all VPP content tokens
get /api/v1/mdm/apps/account/vpp/sync
https://{server-hostname}:8383/api/v1/mdm/apps/account/vpp/sync
MDMDeviceMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/api/v1/mdm/apps/account/vpp/sync \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Array of sync detail objects for all content tokens
Whether the sync failed. true = sync failed, false = sync succeeded or not yet attempted
Total number of apps that did not sync successfully
Total number of apps associated with the content token
Total number of apps processed (successful + failed)
Total number of apps that synced successfully
Unique ID of the content token
Sync status code. 0 = Idle (sync not initiated), 1 = Downloading App Details, 2 = Syncing Apps (license syncing)
Remarks about the sync status including failure reasons. Can be null or differentClientContext
Hostname of another MDM solution currently using this content token. Displayed when remarks equals differentClientContext
Sync status details for all content tokens
{
"vpp_sync_details": [
{
"if_sync_failed": true,
"failed_apps_count": 0,
"total_apps_count": 0,
"successful_apps_count": 0,
"businessstore_id": 9007199254741896,
"completed_apps_count": 0,
"remarks": null,
"status": 0,
"other_mdm_hostname": "Sample MDM"
}
]
}
![]()
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.