To create Mac Certificate policy
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/maccertificatepolicy
MDMDeviceMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
Certificate ID obtained from the Certificates API
Allow third-party apps to access the private key in Keychain. Default: false
Allow private key to be exported from Keychain. Default: true
curl --request POST \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/maccertificatepolicy \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"certificate_id":1,"allow_other_app_access":false,"key_is_extractable":true}'Add Certificate payload to the profile
{
"certificate_id": 1,
"allow_other_app_access": false,
"key_is_extractable": true
}
Unique identifier for the created payload item
Certificate ID obtained from the Certificates API
Allow third-party apps to access the private key in Keychain. Default: false
Allow private key to be exported from Keychain. Default: true
Certificate payload successfully added
{
"certificate_id": 1,
"payload_id": 9007199254741000,
"allow_other_app_access": false,
"key_is_extractable": true
}
![]()
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.