Fetches a list of browser plugins detected on your managed devices. REQUIRED: Plugin filter type parameter must be one of:
recents - Returns recently discovered pluginsdangerous - Returns obsolete/untrusted pluginsrecentlyUsedPlugins - Returns recently used pluginshttps://{serverurl}/bsp/api/v1/bmp/plugins
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Plugin filter type (required). Example: 'recents', 'dangerous', 'recentlyUsedPlugins'
curl --request GET \
--url 'https://appdomains/bsp/api/v1/bmp/plugins?type=SOME_STRING_VALUE' \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'List of recently detected or recently used browser plugins
Plugin details with endpoint install counts
Plugin item with endpoint install count
Plugin display name
Unique plugin identifier
Plugin class identifier
Plugin type
Number of managed endpoints with this plugin
Bad request error when range parameter exceeds maximum allowed value
Error code indicating a query parameter value is out of the allowed range
Message describing which parameter exceeded the allowed range
The 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
Internal server error for plugin API endpoints
Message describing the internal server error
Error code identifying the type of server error
Returned when the type query parameter is missing.
Recent plugins (type=recents)
{
"recent_plugins": [
{
"plugin_id": 101,
"cls_id": "{D27CDB6E-AE6D-11CF-96B8-444553540000}",
"name": "Adobe Flash Player",
"type": "NPAPI",
"resource_count": 24
}
]
}
Dangerous plugins (type=dangerous)
{
"obselete_plugins": [
{
"untrusted_count": 15,
"plugin_id": 104,
"cls_id": "{CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA}",
"name": "Java Deployment Toolkit",
"type": "ActiveX"
}
]
}
Recently used plugins (type=recentlyUsedPlugins)
{
"recent_plugins": [
{
"plugin_id": 105,
"cls_id": "{89820200-ECBD-11CF-8B85-00AA005B4383}",
"name": "Silverlight Plug-In",
"type": "PPAPI",
"resource_count": 9
}
]
}
204 Returned when the type query parameter is missing.Range exceeded
{
"errorCode": "ARRAY_SIZE_OUT_OF_RANGE",
"url": "/bsp/api/v1/bmp/plugins",
"errorMsg": "Range limit exceeded. Maximum allowed: 1000"
}
Unauthorized
{
"errorCode": "UNAUTHORIZED",
"errorMsg": "You are not authorized to perform this action"
}
Insufficient permissions
{
"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.