Retrieves detailed information about a specific extension including permissions, metadata, install source, homepage URL, update URL, and extension type.
https://{serverurl}/bsp/api/v1/bmp/extensions/{extension_id}/details
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Extension Profile ID from List Extensions response (extension_id field)
curl --request GET \
--url https://appdomains/bsp/api/v1/bmp/extensions/{extension_id}/details \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Detailed extension information
Numeric install source code
Browser type as string
Extension icon/logo filename
Extension description
Extension source type
Short identifier name
Extension version string
Extension name
Extension homepage URL
Path to the CRX extension package
All permission names
Extension update check URL
Webstore or internal extension ID
Logo asset identifier
Allowed permission names
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 during extension operations
Error message describing the server failure
Error code for internal server errors
Extension details
{
"installsource": "1",
"browser_type": "9",
"img_file": "NormalState-48.png",
"description": "Now everyone on the team can own quality. Capture findings, create issues, and collaborate with the team, directly from the browser.",
"extn_type": "web_store",
"shortname": "XT, exploratory tesing, feedback, TF",
"version": "1.0.271.1",
"extensionname": "Test Feedback",
"homepageurl": "https://marketplace.visualstudio.com/items?itemName=ms.vss-exploratorytesting-web",
"crx_path": "..\\webapps\\DesktopCentral\\bsp\\client-data\\1\\ManagedExtensions\\6",
"permissions": [
"Active tab",
"Clipboard read",
"Tabs",
"Storage",
"Desktop capture",
"Unlimited storage",
"CPU metadata",
"Memory metadata",
"Display metadata",
"Web navigation",
"Background",
"Tab capture",
"Alarms"
],
"updateurl": "https://clients2.google.com/service/update2/crx",
"id": "gnldpbnocfnlkkicnaplmkaphfdnlplb",
"extension_logo_id": "606",
"allowed_permissions": []
}
Invalid extension ID
{}
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.