Retrieves all configured corporate email domains for the customer.
get /endpointdlp/api/corpboundary/emaildomains
https://{serverurl}/endpointdlp/api/corpboundary/emaildomains
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/endpointdlp/api/corpboundary/emaildomains \
--header 'Accept: application/emaildomains.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'List of corporate email domains
Unique identifier of the email domain
Email domain value (e.g., gmail.com)
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 email domains
{
"emaildomains": [
{
"emailDomainVal": "company.com",
"emailDomainID": 3001
},
{
"emailDomainVal": "gmail.com",
"emailDomainID": 3002
}
]
}
Internal server error
{
"errorMessage": "Exception Occurred While Retrieving Email Domains 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.