Publishes a Web Sandboxing profile and makes it active for deployment.
https://{serverurl}/bsp/api/v1/bmp/web_sandboxing/{profile_id}/publish
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Retrieve the web sandboxing profile ID from the profileid key in the response returned by List Configuration Profiles
JSON body with profile ID and platform type for publishing the web sandboxing profile
Request body for publishing a configuration or web sandboxing profile
Profile ID from List Configuration Profiles response (profileid field)
Target platform type. '1'=Windows, '2'=Mac
curl --request POST \
--url https://appdomains/bsp/api/v1/bmp/web_sandboxing/{profile_id}/publish \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{}'Publish a Windows web sandboxing profile
{
"PROFILE_ID": 103,
"PLATFORM_TYPE": "1"
}
Unauthorized error code: credentials missing, expired, or invalid
Authentication failure reason
Error code indicating insufficient permissions
Message indicating insufficient privileges to access this resource
Returned when the specified web sandboxing profile is not found
Message indicating the specified profile does not exist
Returned when the profile is already published
Message indicating the profile is already in published state
Returned when the profile has no settings configured to publish
Message indicating no settings have been saved in the profile to publish
Rate limit error code returned when the API call reached threshold
Rate limit exceeded message with retry guidance
Returned when an unexpected server error occurs during profile publish
Message describing the internal server error
Error code identifying the type of server error
Returns 204 No Content on success.
204 Returns 204 No Content on success.Unauthorized
{
"errorCode": "UNAUTHORIZED",
"errorMsg": "You are not authorized to perform this action"
}
Forbidden
{
"errorCode": "FORBIDDEN",
"errorMsg": "User does not have permission to perform this operation"
}
Profile not found
{
"error_description": "Profile not found"
}
Already published
{
"error_description": "Profile already published."
}
No settings saved
{
"error_description": "No Settings Saved To be Published"
}
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.