This API lists all web domains deployed across the network, along with the number of custom groups associated with each domain. It also supports pagination.
get /api/1.4/reports/dlp/networkwebdomainreport
https://{serverurl}/api/1.4/reports/dlp/networkwebdomainreport
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
This is for navigating to specific pages. This field denotes the current page.
specify the number of records to be displayed per page.
curl --request GET \
--url https://appdomains/api/1.4/reports/dlp/networkwebdomainreport \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json'Module Code
Response.
Total Number of Records.
Maximum number of records included in this single response.
DLP.
Number of custom groups to which the web domain is associated.
Web domain accessed
Page Number.
Api Version.
Status of Api call.
Response code.
{
"response_code": 200,
"message_type": "dlp",
"message_response": {
"total": 1,
"limit": 25,
"dlp": [
{
"dlpwebdomains.web_domain_val": "filebin.net",
"cgcount": 4
}
],
"page": 1
},
"message_version": "1.4",
"status": "success"
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.