Create Android Certificates Payload
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/androidcertificatepolicy
MDMDeviceMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles 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 POST \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/androidcertificatepolicy \
--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}]}'Add Certificate payload to the profile
{
"certificate_id": 1,
"url_pattern": "https://zylker.com",
"certificate_to_apps_list": [
{
"group_display_name": "Corporate App Group",
"app_id": 12345
}
]
}
Unique identifier for the created 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 successfully added
{
"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: 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.