Retrieves all compliance profiles configured in your organization.
get /bsp/api/v1/bmp/compliance/profiles
https://{server-hostname}:8383/bsp/api/v1/bmp/compliance/profiles
BrowserManager.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/bsp/api/v1/bmp/compliance/profiles \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Compliance profile summaries
Unique identifier of the compliance profile
Name of the compliance profile
Profile type code.
Number of compliance rules attached to this profile
Last modified timestamp formatted as 'MMM dd, yyyy hh:mm a'
Error code indicating the type query parameter has an invalid format
Message specifying which parameter has an invalid format
Request URL that triggered the error
Unauthorized error code returned when authentication credentials are missing, expired, or invalid (authentication=required)
Authentication failure reason
Forbidden error code returned when the authenticated user does not have the required uem-roles (e.g., DataEncryption_Admin or DataEncryptionRecoveryKey_Admin)
Message indicating insufficient privileges to access this resource
Rate limit error code returned when the API call threshold (configured via threshold/duration in security XML) is exceeded; client is locked out for lock-period minutes
Rate limit exceeded message with retry guidance
Message describing the server-side failure
Internal server error code
Profile list
{
"compliance": [
{
"profiletype": 64500,
"profileid": 111,
"profilename": "Chrome Security Baseline",
"last_modified": "Mar 10, 2026 10:30 AM",
"rule_count": 15
},
{
"profiletype": 64501,
"profileid": 111,
"profilename": "STIG Compliance",
"last_modified": "Feb 15, 2026 02:00 PM",
"rule_count": 34
}
]
}
Invalid type parameter
{
"errorCode": "IAM0025",
"url": "/bsp/api/v1/bmp/compliance/profiles",
"errorMsg": "type 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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.