Retrieves all configured corporate network printers for the customer.
get /endpointdlp/api/corpboundary/networkprinters
https://{serverurl}/endpointdlp/api/corpboundary/networkprinters
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/endpointdlp/api/corpboundary/networkprinters \
--header 'Accept: application/networkprinters.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'List of corporate network printers
Unique identifier of the network printer
Name of the network printer
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 network printers
{
"networkprinters": [
{
"printerName": "HP LaserJet Pro",
"printerID": 2001
},
{
"printerName": "Canon IR-ADV",
"printerID": 2002
}
]
}
Internal server error
{
"errorMessage": "Exception Occurred While Retrieving Network Printer 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.