Returns a rule-by-rule compliance summary for the specified compliance profile, with device counts and criticality per rule.
https://{serverurl}/bsp/api/v1/bmp/compliance/{compliance_id}/rules/summary
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Compliance profile ID from List Compliance Profiles response (profileid field)
Optional. Values: 1=Chrome, 2=Firefox, 3=IE, 5=Edge, 31=Ulaa, 1024=Chromium
curl --request GET \
--url https://appdomains/bsp/api/v1/bmp/compliance/{compliance_id}/rules/summary \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Per-rule compliance status across devices
Unique identifier of the compliance rule
Count of devices compliant with this rule
Count of devices noncompliant with this rule
Rule criticality level. 1=Low, 2=Medium, 3=High
Category groupings with associated rule IDs
Category group name (e.g., Threat Prevention, Data Leakage Prevention)
Rule IDs belonging to this category group
Error code indicating the browser_id query parameter has an invalid format
Message specifying which parameter has an invalid format
Request URL that triggered the error
Unauthorized error code: credentials missing, expired, or invalid
Authentication failure reason
Error code indicating insufficient permissions
Message indicating insufficient privileges to access this resource
Rate limit error code returned when the API call reached threshold
Rate limit exceeded message with retry guidance
Message describing the server-side failure
Internal server error code
Rules summary
{
"category_details": [
{
"rule_name": "Threat Prevention",
"rules": [
1
]
},
{
"rule_name": "Data Leakage Prevention",
"rules": [
2
]
}
],
"rule_status": [
{
"rule_id": 1,
"compliant_devices": 145,
"non_compliant_devices": 12,
"criticality": 2
},
{
"rule_id": 2,
"compliant_devices": 130,
"non_compliant_devices": 27,
"criticality": 3
}
]
}
Profile not found
{}
Invalid browser_id
{
"errorCode": "IAM0025",
"url": "/bsp/api/v1/bmp/compliance/{compliance_id}/rules/summary",
"errorMsg": "browser_id is an invalid parameter format."
}
Unauthorized
{
"errorCode": "UNAUTHORIZED",
"errorMsg": "You are not authorized to perform this action"
}
Forbidden
{
"errorCode": "FORBIDDEN",
"errorMsg": "You do not have permission to access this resource"
}
Rate limit exceeded
{
"errorCode": "RATE_LIMIT_EXCEEDED",
"errorMsg": "You have exceeded the maximum number of API calls. Please try again later."
}
Server error
{
"error_description": "Internal Server error, Please try again in a moment.",
"error_code": "COM0004"
}
![]()
Duration: 1 minute | Threshold: 60 | 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.