Retrieves the complete list of auto-update policies configured in the system along with the ID of the default policy. Use the policyId from this response when enabling auto-update for software.
get /dcapi/swDeployment/autoUpdatePolicies
https://{serverurl}/dcapi/swDeployment/autoUpdatePolicies
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/swDeployment/autoUpdatePolicies \
--header 'Accept: application/getAutoUpdatePolicies.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Policy ID of the default auto-update policy
Array of all auto-update policies
Unique auto-update policy identifier
Display name of the auto-update policy
INTERNAL_ERROR for general failures, SW_INTERNAL_ERROR for software deployment internal errors
Internal server error with details about the template/auto-update operation failure
Multiple policies with default
{
"autoUpdatePolicies": [
{
"policyId": 1,
"policyName": "Default Policy"
},
{
"policyId": 2,
"policyName": "Custom SSP Policy"
}
],
"defaultPolicyId": 1
}
Only default policy exists
{
"autoUpdatePolicies": [
{
"policyId": 1,
"policyName": "Default Policy"
}
],
"defaultPolicyId": 1
}
Server error
{
"errorMessage": "Internal Server Error",
"errorCode": "SW_INTERNAL_ERROR"
}
![]()
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.