Retrieves all configured browser details for the customer.
get /endpointdlp/api/corpboundary/browsers
https://{serverurl}/endpointdlp/api/corpboundary/browsers
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/endpointdlp/api/corpboundary/browsers \
--header 'Accept: application/browsers.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'List of configured browsers
Unique identifier of the browser
Name of the browser (e.g., Google Chrome)
Vendor name of the browser (e.g., Google LLC)
Product vendor identifier
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 browsers
{
"browsers": [
{
"browserID": "1",
"productVendorID": "311",
"browserName": "Microsoft Edge",
"vendorName": "Microsoft Corporation"
},
{
"browserID": "2",
"productVendorID": "312",
"browserName": "Google Chrome",
"vendorName": "Google LLC"
}
]
}
Internal server error
{
"errorMessage": "Exception Occurred While Retrieving Browser Details",
"errorCode": "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.