Retrieves the current patch approval settings (automatic or manual).
This API endpoint is deprecating soon
get /api/1.4/patch/approvalsettings
https://{serverurl}/api/1.4/patch/approvalsettings
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Number of records per page.
Current page number for pagination.
curl --request GET \
--url https://appdomains/api/1.4/patch/approvalsettings \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Value: approvalsettings
Patch approval settings data
Approval settings details
Approval mode: automatic or manual
API version: 1.0
Operation status: success
Response code: 200
Current patch approval mode
{
"response_code": 200,
"message_type": "approvalsettings",
"message_response": {
"approvalsettings": {
"patch_approval": "automatic"
}
},
"message_version": "1.0",
"status": "success"
}
![]()
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.