Creates a new configuration profile in Draft state. Payloads can be added before publishing.
https://{serverurl}/bsp/api/v1/bmp/profiles
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
JSON body with profile metadata. Use the dropdown to switch between the 8 supported profile-type examples
curl --request POST \
--url https://appdomains/bsp/api/v1/bmp/profiles \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{}'Browser Customization (64100) - container for browser customization payloads. Add browser-specific payloads (Chrome / Edge / Firefox / IE / Ulaa / Other Chromium) via POST /profiles/{profile_id}/payloads after creation. Windows + Mac supported via platform_type='-1'.
{
"profile_name": "Browser Configuration Baseline",
"SECURITY_TYPE": 1,
"profile_type": 64100,
"platform_type": "1",
"SCOPE": 0,
"profile_id": -1,
"CLONE_FROM": -1,
"profile_description": "Container for Chrome/Edge/Firefox customization payloads"
}
curl --request POST \
--url https://appdomains/bsp/api/v1/bmp/profiles \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{}'File Activity Restriction profile (64005). Parent for Download Filter (64800) and Upload Filter (64801) payloads. Add filter payloads via POST /profiles/{profile_id}/payloads after creation. Windows + Mac.
{
"profile_name": "File Download / Upload Restriction",
"SECURITY_TYPE": 1,
"profile_type": 64005,
"platform_type": "-1",
"SCOPE": 0,
"profile_id": -1,
"CLONE_FROM": -1,
"profile_description": "Controls file downloads and uploads by type, size, and source URL"
}
curl --request POST \
--url https://appdomains/bsp/api/v1/bmp/profiles \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{}'Web Isolation profile (64050). Microsoft Defender Application Guard site-isolation container. Windows only.
{
"profile_name": "Web Isolation - Defender App Guard",
"SECURITY_TYPE": 1,
"profile_type": 64050,
"platform_type": "1",
"SCOPE": 0,
"profile_id": -1,
"CLONE_FROM": -1,
"profile_description": "Isolates enterprise sites in a hardware-level container"
}
curl --request POST \
--url https://appdomains/bsp/api/v1/bmp/profiles \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{}'Threat Prevention profile (64200). Phishing protection, download restrictions, certificate enforcement, intrusive-ad blocking. Windows + Mac (Mac covers a subset).
{
"profile_name": "Threat Prevention Baseline",
"SECURITY_TYPE": 1,
"profile_type": 64200,
"platform_type": "1",
"SCOPE": 0,
"profile_id": -1,
"CLONE_FROM": -1,
"profile_description": "Phishing, download, ActiveX and certificate protections"
}
curl --request POST \
--url https://appdomains/bsp/api/v1/bmp/profiles \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{}'Data Leakage Prevention profile (64201). Restricts printing, autofill, screen capture, file upload, sync, history, passwords, cookies, devtools, clipboard. Windows; Mac variant covers a subset.
{
"profile_name": "Data Leakage Prevention",
"SECURITY_TYPE": 1,
"profile_type": 64201,
"platform_type": "1",
"SCOPE": 0,
"profile_id": -1,
"CLONE_FROM": -1,
"profile_description": "Restricts data-loss vectors across browsers"
}
curl --request POST \
--url https://appdomains/bsp/api/v1/bmp/profiles \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{}'Browser Lockdown / Web Sandboxing profile (64210). Sandboxes specified sites in a restricted browser session. Windows only.
{
"profile_name": "Browser Lockdown - Sandbox",
"SECURITY_TYPE": 1,
"profile_type": 64210,
"platform_type": "1",
"SCOPE": 0,
"profile_id": -1,
"CLONE_FROM": -1,
"profile_description": "Sandboxed browsing session for specified sites"
}
curl --request POST \
--url https://appdomains/bsp/api/v1/bmp/profiles \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{}'URL Filter / Web Filter / Web Activity Control profile (64950). Malicious-site blocking, SSL protection, web-category filtering, domain filtering, schedule filtering. Windows + Mac.
{
"profile_name": "Web Activity Control",
"SECURITY_TYPE": 1,
"profile_type": 64950,
"platform_type": "-1",
"SCOPE": 0,
"profile_id": -1,
"CLONE_FROM": -1,
"profile_description": "URL filter, web categories, schedule filtering"
}
curl --request POST \
--url https://appdomains/bsp/api/v1/bmp/profiles \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{}'Managed Browser / Browser Restriction profile (64960). Allow / block specific browser applications. Windows only.
{
"profile_name": "Browser Restriction",
"SECURITY_TYPE": 1,
"profile_type": 64960,
"platform_type": "1",
"SCOPE": 0,
"profile_id": -1,
"CLONE_FROM": -1,
"profile_description": "Allow/block specific browsers"
}
Full configuration profile details including metadata, version info, and associated payloads
Profile ID
Display name
Description
Profile type code. 64100=Browser Customization, 64005=File Activity, 64011=Browser Router, 64050=Web Isolation, 64200=Threat Prevention, 64201=Data Leakage Prevention, 64210=Browser Lockdown, 64500=Compliance, 64510=Default Extension, 64950=URL Filter, 64960=Managed Browser
'0'=Device, '1'=User
In trash
Collection reference ID
'1'=Windows, '2'=Mac, '-1'=All platforms (Windows + Mac)
Latest version (increments on modify)
Latest published version, or '--' if never published
Associated payload configurations
Individual payload configuration item returned in profile responses
Internal config name (config_label in Add/Modify responses)
Payload type code. 64200=Threat, 64201=DLP, 64151=Web Isolation, 64210=Browser Lockdown, 64950=URL Filter, 64960=Managed Browser, 64025=Add-on, 64011=Browser Router, 64012=Java Rules, 64800=Content Restriction, 64801=Upload Restriction
Payload instance ID
Bad request error for invalid input or constraint violations
Error code identifying the specific validation failure
Message describing the validation failure
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 response for profile operations
Error message describing the server failure
Error code for internal server errors
Newly created Browser Customization profile (64100)
{
"collection_id": "222",
"profile_name": "Browser Configuration Baseline",
"profile_type": "64100",
"platform_type": "1",
"latest_version": "1",
"is_moved_to_trash": false,
"payloads": [],
"profile_id": "111",
"scope": "0",
"latest_published_version": "--",
"profile_description": "Container for Chrome/Edge/Firefox customization payloads"
}
Newly created File Activity Restriction profile (64005)
{
"collection_id": "222",
"profile_name": "File Download / Upload Restriction",
"profile_type": "64005",
"platform_type": "-1",
"latest_version": "1",
"is_moved_to_trash": false,
"payloads": [],
"profile_id": "111",
"scope": "0",
"latest_published_version": "--",
"profile_description": "Controls file downloads and uploads by type, size, and source URL"
}
Newly created Web Isolation profile (64050)
{
"collection_id": "222",
"profile_name": "Web Isolation - Defender App Guard",
"profile_type": "64050",
"platform_type": "1",
"latest_version": "1",
"is_moved_to_trash": false,
"payloads": [],
"profile_id": "111",
"scope": "0",
"latest_published_version": "--",
"profile_description": "Isolates enterprise sites in a hardware-level container"
}
Newly created Threat Prevention profile (64200)
{
"collection_id": "222",
"profile_name": "Threat Prevention Baseline",
"profile_type": "64200",
"platform_type": "1",
"latest_version": "1",
"is_moved_to_trash": false,
"payloads": [],
"profile_id": "111",
"scope": "0",
"latest_published_version": "--",
"profile_description": "Phishing, download, ActiveX and certificate protections"
}
Newly created Data Leakage Prevention profile (64201)
{
"collection_id": "222",
"profile_name": "Data Leakage Prevention",
"profile_type": "64201",
"platform_type": "1",
"latest_version": "1",
"is_moved_to_trash": false,
"payloads": [],
"profile_id": "111",
"scope": "0",
"latest_published_version": "--",
"profile_description": "Restricts data-loss vectors across browsers"
}
Newly created Browser Lockdown / Web Sandboxing profile (64210)
{
"collection_id": "222",
"profile_name": "Browser Lockdown - Sandbox",
"profile_type": "64210",
"platform_type": "1",
"latest_version": "1",
"is_moved_to_trash": false,
"payloads": [],
"profile_id": "111",
"scope": "0",
"latest_published_version": "--",
"profile_description": "Sandboxed browsing session for specified sites"
}
Newly created URL Filter / Web Activity Control profile (64950)
{
"collection_id": "222",
"profile_name": "Web Activity Control",
"profile_type": "64950",
"platform_type": "-1",
"latest_version": "1",
"is_moved_to_trash": false,
"payloads": [],
"profile_id": "111",
"scope": "0",
"latest_published_version": "--",
"profile_description": "URL filter, web categories, schedule filtering"
}
Newly created Managed Browser / Browser Restriction profile (64960)
{
"collection_id": "222",
"profile_name": "Browser Restriction",
"profile_type": "64960",
"platform_type": "1",
"latest_version": "1",
"is_moved_to_trash": false,
"payloads": [],
"profile_id": "111",
"scope": "0",
"latest_published_version": "--",
"profile_description": "Allow/block specific browsers"
}
Invalid profile creation parameters
{
"errorcode": "IAM0003",
"errormsg": "Invalid request."
}
API key is missing or invalid
{
"errorCode": "IAM0001",
"errorMsg": "Authentication key is invalid. Please regenerate the key and try again."
}
Forbidden
{
"errorCode": "FORBIDDEN",
"errorMsg": "User does not have permission to perform this operation"
}
Rate limit exceeded
{
"errorCode": "RATE_LIMIT_EXCEEDED",
"errorMsg": "Too many requests. Please try again after 5 minutes"
}
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.