Retrieves the full details of a Browser Router profile and its routing payloads.
get /bsp/api/v1/bmp/browser_router/{profile_id}
https://{serverurl}/bsp/api/v1/bmp/browser_router/{profile_id}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Browser Router Profile ID from List Browser Router Profiles response (profile_id field)
curl --request GET \
--url https://appdomains/bsp/api/v1/bmp/browser_router/{profile_id} \
--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
Error code for invalid request
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
Message describing the server-side failure
Internal server error code
Profile details
{
"collection_id": "222",
"profile_name": "Corporate Router Policy",
"profile_type": "64011",
"platform_type": "1",
"latest_version": "1",
"is_moved_to_trash": false,
"payloads": [
{
"config_name": "BROWSER_ROUTER",
"payload_type": "64100",
"payload_id": "622",
"router_details": [
{
"config_data_item_id": "622",
"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"
}
Invalid 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.