Returns the whitelist name, ID, and the device type the whitelist belongs to.
get /dcapi/device/whitelistNames
https://{serverurl}/dcapi/device/whitelistNames
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Supported device identifier. Fetch from Get Supported Devices
curl --request GET \
--url https://appdomains/dcapi/device/whitelistNames \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json'List of whitelist name entries
Unique whitelist identifier
Name of the whitelist
Supported device type identifier
User ID who created the whitelist
Username who created the whitelist
Error code identifying the type of error
Human-readable error message
Whitelist names response
{
"whitelistNames": [
{
"createdUserID": "1",
"supportedDeviceID": "1",
"whitelistName": "Approved USB Drives",
"createdUser": "admin",
"whitelistID": "101"
}
]
}
Internal server error
{
"errorCode": "INTERNAL_ERROR",
"errorMsg": "Internal Server 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.