Create Android Webshortcuts payload
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/androidwebclipspolicy
MDMDeviceMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
Display label for the web shortcut on the device home screen (required)
Internal name identifier for the web shortcut (required)
Target URL that the web shortcut opens (required)
Whether the user can remove the web shortcut. Default: true
Uploaded icon image file for the web shortcut
File name of the web shortcut icon
Whether to use the precomposed icon (no visual effects). Default: false
Whether the web shortcut opens in full screen mode. Default: false
Page refresh behavior. 0 = No Refresh. Default: 0
Whether clearing cookies is allowed in the web view. 0 = Not Allowed. Default: 0
Where to open the web shortcut. 1 = In-app WebView. Default: 1
List of app package names that can open this web shortcut
Screen orientation. 5 = Unspecified. Default: 5
Whether clearing cache is allowed. 0 = Not Allowed. Default: 0
Whether copy-paste is allowed in the web view. Default: true
Whether fullscreen mode is allowed in the web view. Default: false
Desktop site mode. 3 = Auto-detect. Default: 3
ID of the web clips policy configuration
Whether site permissions (camera, mic, location) are allowed. Default: false
curl --request POST \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/androidwebclipspolicy \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"webclip_url":"https://zylker.com","is_removal":true,"webclip_label":"value","webclips_file_upload":"value","allow_webview_clear_cookies":0,"webclip_name":"Zylker User","refresh_mode":0,"use_precomp_icon":false,"icon_file_name":"value","allow_full_screen":false}'Add Web Clips payload to the profile
{
"webclip_url": "https://zylker.com",
"is_removal": true,
"webclip_label": "value",
"webclips_file_upload": "value",
"allow_webview_clear_cookies": 0,
"webclip_name": "Zylker User",
"refresh_mode": 0,
"use_precomp_icon": false,
"icon_file_name": "value",
"allow_full_screen": false
}
Unique identifier for the created payload item
Display label for the web shortcut on the device home screen (required)
Internal name identifier for the web shortcut (required)
Target URL that the web shortcut opens (required)
Whether the user can remove the web shortcut. Default: true
Uploaded icon image file for the web shortcut
File name of the web shortcut icon
Whether to use the precomposed icon (no visual effects). Default: false
Whether the web shortcut opens in full screen mode. Default: false
Page refresh behavior. 0 = No Refresh. Default: 0
Whether clearing cookies is allowed in the web view. 0 = Not Allowed. Default: 0
Where to open the web shortcut. 1 = In-app WebView. Default: 1
List of app package names that can open this web shortcut
Screen orientation. 5 = Unspecified. Default: 5
Whether clearing cache is allowed. 0 = Not Allowed. Default: 0
Whether copy-paste is allowed in the web view. Default: true
Whether fullscreen mode is allowed in the web view. Default: false
Desktop site mode. 3 = Auto-detect. Default: 3
ID of the web clips policy configuration
Whether site permissions (camera, mic, location) are allowed. Default: false
Web Clips payload successfully added
{
"webclip_url": "https://zylker.com",
"payload_id": 9007199254741000,
"is_removal": true,
"webclip_label": "value",
"webclips_file_upload": "value",
"allow_webview_clear_cookies": 0,
"webclip_name": "Zylker User",
"refresh_mode": 0,
"use_precomp_icon": false,
"icon_file_name": "value",
"allow_full_screen": false
}
![]()
Duration: 1 minute | Threshold: 30 | 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.