To create Mac Font policy
https://{serverurl}/api/v1/mdm/profiles/{profile_id}/payloads/macfontpolicy
MDMOnDemand.MDMDeviceMgmt.CREATECopied!
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
Display name of the font to install on the device
File ID of the uploaded font file. Use the fileID from the File Upload API response
Identifier of an existing font entry to associate with this payload
curl --request POST \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/macfontpolicy \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'content-type: application/json' \
--data '{}'Add Font payload to the profile
{
"font_id": 1,
"font_file_id": "value",
"font_name": "Zylker User"
}
Unique identifier for the created payload item
Display name of the installed font
File ID of the uploaded font file
Identifier of the associated font entry
Font payload successfully added
{
"payload_id": 9007199254741000,
"font_id": 1,
"font_file_id": "value",
"font_name": "Zylker User"
}
![]()
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.