Get Android Kiosk payload
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/androidkioskpolicy/payloaditems/{payload_id}
MDMDeviceMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
Unique identifier of the payload item. Obtain from the Get Payload Item IDs response
Comma-separated list of related fields to include in the response (e.g., assigned_to, payload_details). When omitted, only top-level fields are returned
curl --request GET \
--url 'https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/androidkioskpolicy/payloaditems/{payload_id}?include=payloaditems' \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Unique identifier of the payload item
Sub-configuration type identifier
Kiosk mode. 0 = Single App, 1 = Multi App, 3 = Single Web App (COSU). Default: 0
Launcher type. 1 = Default device launcher, 2 = ME MDM custom launcher. Default: 2
List of apps allowed in kiosk mode
Display name of the app or app group
Unique identifier of the app group
List of apps that run in the background during kiosk mode
Display name of the app or app group
Unique identifier of the app group
Whether a default app is launched automatically in kiosk mode. Default: false
The default app launched automatically when kiosk mode starts (single app)
Display name of the app or app group
Unique identifier of the app group
Default app launch behavior. Default: 0
Seconds of idle time before the default app is relaunched. Default: 20
Wallpaper image file ID
Whether the kiosk wallpaper image has been removed. Default: false
Whether the ME MDM app is visible on the kiosk launcher. Default: true
Whether notification badges are shown on app icons in kiosk mode. Default: false
Whether the task manager is accessible in kiosk mode. Default: true
Whether the system bar is visible in kiosk mode. Default: true
Whether the navigation bar is visible in kiosk mode. Default: true
Whether the status bar is visible in kiosk mode. Default: true
Whether the status bar can be expanded in kiosk mode. Default: true
Whether the home button is functional in kiosk mode. Default: true
Whether the power button is functional in kiosk mode. Default: true
Whether the back button is functional in kiosk mode. Default: true
Whether the device can be shut down in kiosk mode. Default: true
Whether the key guard (lock screen) is enabled in kiosk mode. Default: true
Whether notifications are shown in kiosk mode. Default: true
Whether app crash dialogs are displayed in kiosk mode. Default: false
Whether the recent apps view is accessible in kiosk mode. Default: true
Whether the custom settings app is enabled in kiosk mode. Default: true
Whether the device stays awake while charging in kiosk mode. Default: true
Whether SIM unlock is allowed in kiosk mode. Default: true
Whether multi-window (split screen) mode is allowed in kiosk mode. Default: true
Advanced kiosk device feature controls configuration
Whether the user can access Wi-Fi settings in kiosk mode. Default: true
Forced screen orientation. Values: PORTRAIT, LANDSCAPE, AUTO
Whether the user can adjust screen brightness. Default: true
Screen timeout duration in milliseconds. 0 = User controlled, 15000 = 15 sec, 30000 = 30 sec, 60000 = 1 min, 300000 = 5 min, 1800000 = 30 min, 2147483647 = Always on
Whether the flashlight is accessible in kiosk mode. Default: true
Whether mobile network settings are accessible. Default: true
Whether mobile hotspot settings are accessible. Default: true
Seconds before hotspot settings panel auto-closes. Default: 30
Whether Bluetooth settings are accessible. Default: true
Seconds before Bluetooth settings panel auto-closes. Default: 30
Whether APN settings are accessible. Default: true
Seconds before APN settings panel auto-closes. Default: 30
General settings panel timeout in seconds. Default: 30
Whether the user can add or configure Wi-Fi networks. Default: true
Whether battery optimization settings are accessible. Default: true
Whether language and locale settings are accessible. Default: true
Whether the user can change the device passcode from kiosk mode. Default: true
Whether display settings are accessible. Default: true
List of apps exempt from battery optimization in kiosk mode
Display name of the app or app group
Unique identifier of the app group
Whether the user can view or manage mobile data usage. Default: true
Whether only the default keyboard is allowed. Default: true
Whether location settings are accessible. Default: true
Whether the user can toggle airplane mode. Default: true
Whether location services are enabled on the device. Default: true
Whether NFC settings are accessible. Default: true
Whether date and time settings are accessible. Default: true
Whether accessibility settings are accessible. Default: true
Whether kiosk apps are automatically distributed to the device. Default: true
List of web shortcuts displayed on the kiosk home screen
Unique identifier of the web shortcut policy
Display name of the web shortcut shown on the kiosk home screen
Whether kiosk web shortcuts are automatically distributed. Default: true
Password required to exit kiosk mode (write-only; use exit_kiosk_password_id for credential ID reads)
ID of the saved password credential for kiosk exit
Seconds of idle time before web shortcuts are refreshed. -1 = Disabled. Default: -1
Whether cookies are cleared when the idle refresh timeout triggers. Default: true
Whether cache is cleared when the idle refresh timeout triggers. Default: false
Full configuration details of Kiosk payload item
{
"enable_default_app": false,
"payload_id": 9007199254741000,
"launcher_type": 2,
"default_kiosk_app": [],
"wallpaper": "value",
"sub_config": "KIOSK_CUSTOM_SETTINGS",
"default_app_launch_timeout": 20,
"allowed_apps": [],
"default_app_launch_mode": 0,
"kiosk_mode": 0,
"background_apps": []
}
![]()
Duration: 1 minute | Threshold: 120 | 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.