# Retrieve the sync status of all created content tokens Retrieve the current sync status of all VPP content tokens. ## Endpoint `GET /api/v1/mdm/apps/account/vpp/sync` ## Request URL `https://{server-hostname}:8383/api/v1/mdm/apps/account/vpp/sync` ### Scope `MDMDeviceMgmt.READ` ### Header `Authorization: d92d4xxxxxxxxxxxxx15f52` ### Request Parameters #### Request Headers - **Accept** `string` — **Mandatory** `application/json` ### Sample Request ```curl curl --request GET \ --url https://appdomain/api/v1/mdm/apps/account/vpp/sync \ --header 'Accept: application/json' \ --header 'Authorization: d92d4xxxxxxxxxxxxx15f52' ``` ## Response Parameters ### HTTP code 200 #### Response Body — `application/json` `JSON Object` - **vpp_sync_details** `JSON Array` Array of sync detail objects for all content tokens. ### Possible Response Codes - **200** `HTTP code` ### Sample Response: HTTP 200 Sync status details for all content tokens ```json { "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" } ] } ``` ## Rate Limit ![](https://www.zohowebstatic.com/sites/zweb/images/people/ico-help.png) **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.