Downloads specified patches to the patch store with option to force download if already downloaded.
https://{serverurl}/dcapi/patch/downloads
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Array of patch IDs to download
Force redownload even if already downloaded
curl --request POST \
--url https://appdomains/dcapi/patch/downloads \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'content-type: application/json' \
--data '{"patchIds":[12345,12346,12347]}'Download specific patches
{
"patchIds": [
12345,
12346,
12347
],
"forceDownload": false
}
Force redownload failed patches
{
"patchIds": [
12345
],
"forceDownload": true
}
Download operation status: Download initiated
Number of patches queued for download
Download started
{
"patchCount": 3,
"status": "Download initiated"
}
![]()
Duration: 1 minute | Threshold: 30 | 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.