Modify Android Certificate payload
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/androidcertificatepolicy/payloaditems/{payload_id}
MDMDeviceMgmt.UPDATECopied!
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
ID of the certificate to deploy to devices. Obtain from the Get Certificates response
URL pattern filter; only traffic to URLs matching this pattern uses this certificate. Optional.
List of apps to associate with this certificate. Applicable only for Android Device Policy profiles.
Display name of the app or app group
Unique identifier of the app group
curl --request PUT \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/androidcertificatepolicy/payloaditems/{payload_id} \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"certificate_id":1,"url_pattern":"https://zylker.com","certificate_to_apps_list":[{"group_display_name":"Corporate App Group","app_id":12345}]}'Modify Certificate payload item
{
"certificate_id": 1,
"url_pattern": "https://zylker.com",
"certificate_to_apps_list": [
{
"group_display_name": "Corporate App Group",
"app_id": 12345
}
]
}
Unique identifier of the payload item
ID of the certificate to deploy to devices
URL pattern filter; only traffic to URLs matching this pattern uses this certificate. Optional.
List of apps to associate with this certificate. Applicable only for Android Device Policy profiles.
Display name of the app or app group
Unique identifier of the app group
Certificate payload item successfully modified
{
"certificate_id": 1,
"url_pattern": "https://zylker.com",
"payload_id": 9007199254741000,
"certificate_to_apps_list": [
{
"group_display_name": "Corporate App Group",
"app_id": 12345
}
]
}
![]()
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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.