sends remote debug command to device
https://{server-hostname}:8383/api/v1/mdm/devices/{device_id}/actions/remote_debug
MDMInventory.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the device. Obtain from the Get Device List response
Whether to retry the remote debug if it fails
Comma-separated email addresses to send debug logs to
Associated ticket ID for the action
Description or reason for the action
curl --request POST \
--url https://appdomain/api/v1/mdm/devices/{device_id}/actions/remote_debug \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"description":"To Remote Debug the device","ticket_id":"9007199254741089","retry":false,"email_address_list":"admin@zylker.com"}'Initiate remote debug with retry and email options
{
"description": "To Remote Debug the device",
"ticket_id": "9007199254741089",
"retry": false,
"email_address_list": "admin@zylker.com"
}
202 Accepted![]()
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.