Retrieves all compliance profiles configured in your organization.
get /bsp/api/v1/bmp/compliance/profiles
https://{serverurl}/bsp/api/v1/bmp/compliance/profiles
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Include trashed profiles in results. Example: true, false
Filter by compliance profile type. Example: '64500' (Custom), '64501' (STIG), '64502' (CIS)
curl --request GET \
--url https://appdomains/bsp/api/v1/bmp/compliance/profiles \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken 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: 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
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.