Retrieves the full details of a managed extension profile.
get /bsp/api/v1/bmp/extensions/{extension_id}
https://{serverurl}/bsp/api/v1/bmp/extensions/{extension_id}
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} \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Extension profile details including payloads
Unique identifier of the extension profile
Collection reference ID
Platform type. 1=Windows, 2=Mac, -1=All
Latest version number
Whether the extension profile is in the trash
Profile scope. 0=device scope
Latest published version number
Display name of the extension
Description of the extension
Extension payload configurations
Individual extension payload configuration
Payload type identifier. 64120 for extensions
Unique identifier of the extension payload
Extension metadata
Numeric install source code. 1=webstore, 2=sideloaded, 3=inhouse
Browser type. 1=Chrome, 2=Firefox, 5=Edge
Extension icon/logo filename
Extension description
Extension source type: web_store or inhouse
Short identifier name
Extension version string
Extension name from the manifest
Extension homepage URL
Path to the CRX/XPI extension package
Permission names
Extension update check URL
Webstore or internal extension ID
Logo asset identifier
Allowed permission names
Binary record identifier
Invalid request error when the specified extension profile ID does not exist
Error code for invalid requests
Human-readable message indicating the request is invalid
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 profile
{
"extension_id": "608",
"collection_id": "222",
"platform_type": "1",
"latest_version": "1",
"is_moved_to_trash": false,
"scope": "0",
"latest_published_version": "1",
"extension_name": "Test Feedback",
"extension_description": "Now everyone on the team can own quality. Capture findings, create issues, and collaborate with the team, directly from the browser.",
"extension_payloads": [
{
"payload_type": "64120",
"extension_payload_id": "924",
"extension_details": {
"installsource": "1",
"browser_type": "1",
"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": "604",
"allowed_permissions": []
},
"binary_id": "604"
}
]
}
Invalid extension ID
{
"errorcode": "IAM0003",
"errormsg": "Invalid request."
}
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.