Returns the Wake on LAN configuration including the UDP port, wait time, automatic settings detection flag, and platform enablement flags (Windows, macOS, Linux) along with OS platform details.
https://{serverurl}/dcapi/tools/wol/settings
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/tools/wol/settings \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'UDP port used for Wake on LAN magic packets
Wait time in seconds between retry attempts
Whether automatic network settings detection is enabled
{
"wolPort": 9,
"linuxEnabled": false,
"windowsEnabled": true,
"enableWolAutoSettings": true,
"waitTime": 3,
"macEnabled": false
}
![]()
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.