Retrieves patch approval configuration settings.
get /dcapi/patch/settings/approvalSettings
https://{serverurl}/dcapi/patch/settings/approvalSettings
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/patch/settings/approvalSettings \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Whether patch approval workflow is enabled
Whether auto-approval is enabled
Approval type: manual or auto
Number of days after which patches are auto-approved (when autoApproval is enabled)
Manual approval enabled
{
"autoApprovalEnabled": false,
"approvalType": "manual",
"patchApprovalEnabled": true,
"approveAfterDays": 0
}
![]()
Duration: 1 minute | Threshold: 500 | 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.