Bulk imports add-ons from a CSV file. Limited to 5000 entries and 30 MB.
post /bsp/api/v1/bmp/addons/import
https://{server-hostname}:8383/bsp/api/v1/bmp/addons/import
BrowserManager.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
JSON body with CSV file ID and browser type. The CSV file must contain an Identifier column header with addon IDs. Maximum 5000 entries, file size limit 30MB
File ID of the previously uploaded CSV file containing addon identifiers
Browser type for all imported add-ons. 1=Chrome, 2=Firefox, 3=Internet Explorer, 5=Chromium Edge, 31=Ulaa, 1024=Other Chromium
curl --request POST \
--url https://appdomain/bsp/api/v1/bmp/addons/import \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"file_id":103,"browser_type":1}'Import Chrome extensions (browser_type=1)
{
"file_id": 103,
"browser_type": 1
}
Import Edge extensions (browser_type=5)
{
"file_id": 105,
"browser_type": 5
}
Import Other Chromium extensions (browser_type=1024)
{
"file_id": 106,
"browser_type": 1024
}
Imported addon records with assigned binary IDs
Addon identifier from the CSV file
Extension group ID. Present for extension type addons. Returned as string
Binary ID assigned to the imported addon. Returned as string
Error code indicating a request parameter has an invalid format
The request URL that triggered the error
Message identifying which parameter has an invalid format
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 internal server error
Error code identifying the type of server error
Imported extensions with binary IDs
{
"addons": [
{
"extension_group_id": "100",
"binary_id": "100",
"id": "cjpalhdlnbpafiamejdnhcphjbkeiagm"
},
{
"extension_group_id": "101",
"binary_id": "101",
"id": "gighmmpiobklfepjocnamgkkbiglidom"
}
]
}
Invalid browser_type value
{
"errorCode": "IAM0025",
"url": "/bsp/api/v1/bmp/addons/import",
"errorMsg": "browser_type is an invalid parameter format."
}
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"
}
File not found
{
"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.