Retrieves all configured corporate web domains for the customer.
get /endpointdlp/api/corpboundary/webdomains
https://{serverurl}/endpointdlp/api/corpboundary/webdomains
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/endpointdlp/api/corpboundary/webdomains \
--header 'Accept: application/webDomains.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'List of corporate web domains
Unique identifier of the web domain
Web domain value (e.g., filebin.net)
Internal error code (INTERNAL_ERROR / INTERNAL_SERVER_ERROR) returned when retrieval of corporate boundary data (web domains, printers, email domains, browsers) fails
Detailed message describing why the corporate boundary fetch failed
Successful retrieval of web domains
{
"webdomains": [
{
"webDomainID": 1001,
"webdomainVal": "filebin.net"
},
{
"webDomainID": 1002,
"webdomainVal": "drive.google.com"
}
]
}
Internal server error
{
"errorMessage": "Exception Occurred While Retrieving Web Domain Details",
"errorCode": "INTERNAL_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.