Creates an editable Draft copy of an existing Published Browser Router profile, preserving all of its routing payloads. The source profile must be in Published state and the clone must target the same platform.
https://{serverurl}/bsp/api/v1/bmp/browser_router/{profile_id}/clone
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Browser Router Profile ID from List Browser Router Profiles response (profile_id field)
Optional. true=clone as new profile; false/omitted=clone as new draft version. Default: false
curl --request POST \
--url https://appdomains/bsp/api/v1/bmp/browser_router/{profile_id}/clone \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Collection reference ID
Name of the browser router profile
Profile type. 64011 for Browser Router
Platform type. 1=Windows, 2=Mac, -1=All
Current draft version number
Whether the profile is in the trash
Payload configurations with routing details
Configuration label
Payload type. 64100 for Browser Router
Unique identifier of the payload
Routing rule configurations
Unique identifier for this configuration data item
URL routing rules with webdomain details
Document compatibility mode. Values: IE11, IE10, IE9, IE8, IE8Enterprise, IE7, IE5, or empty string for default rendering
Unique identifier of the webdomain
The URL or hostname pattern for this routing rule
Webdomain group routing rules
Unique identifier of the webdomain group
Display name of the webdomain group
Document compatibility mode for the group. Values: IE11, IE10, IE9, IE8, IE8Enterprise, IE7, IE5, or empty string for default rendering
Browser rendering mode. Values: IEModeInEdge, Default
Whether to include intranet zone sites in this routing rule
Target browser to open matching URLs. Values: chromiumEdge, chrome, firefox, iexplorer
Unique identifier of the profile
Profile scope. 0 = device scope
Latest published version, or '--' if not yet published
Description of the profile
Message indicating platform type mismatch during clone
Unauthorized error code: credentials missing, expired, or invalid
Authentication failure reason
Error code indicating insufficient permissions
Message indicating insufficient privileges to access this resource
Message indicating the specified profile or payload was not found
Message indicating only published profiles can be cloned
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
Cloned profile
{
"collection_id": "222",
"profile_name": "Corporate Router Policy",
"profile_type": "64011",
"platform_type": "1",
"latest_version": "2",
"is_moved_to_trash": false,
"payloads": [
{
"config_name": "BROWSER_ROUTER",
"payload_type": "64100",
"payload_id": "623",
"router_details": [
{
"config_data_item_id": "623",
"urls": [
{
"doc_type": "IE11",
"id": "601",
"url": "localhost"
}
],
"groups": [
{
"group_id": "618",
"webdomain_group": "Corporate Intranet Sites",
"doc_type": "IE5"
}
],
"browser_mode": "IEModeInEdge",
"intranet_zone": false,
"open_in": "chromiumEdge"
}
]
}
],
"profile_id": "111",
"scope": "0",
"latest_published_version": "1",
"profile_description": "Routes internal sites to Edge, others to Chrome"
}
Platform mismatch
{
"error_description": "Platform not same"
}
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"
}
Profile not found
{
"error_description": "Profile not found"
}
Not published
{
"error_description": "Cannot clone unpublished profile."
}
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.