This API lists all business justification messages provided by endpoints for specific actions. It supports filters for justification messages and includes pagination. The response also includes boundary and event type details.
get /api/1.4/reports/dlp/justificationreport
https://{serverurl}/api/1.4/reports/dlp/justificationreport
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.
filter business justification report records based on Justification message
curl --request GET \
--url https://appdomains/api/1.4/reports/dlp/justificationreport \
--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.
2 - Self Override
User’s override comment
Boundary application/domain triggered
User’s justification text
1-Storage devices,
5-Network printers,
6-USB printers,
8-Web domains,
16-Email domains
Timestamp of event
Page Number.
Api Version.
Status of Api call.
Response code.
{
"response_code": 200,
"message_type": "dlp",
"message_response": {
"total": 1,
"limit": 25,
"dlp": [
{
"event_type": 2,
"override_comment": "--",
"boundary_value": "filebin.net",
"justication_value": "Personal Documents",
"boundary_type": 8,
"event_time": 1755847388962
}
],
"page": 1
},
"message_version": "1.4",
"status": "success"
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.