Get the List of SCEP server template details
get /api/v1/mdm/scep/servers/{server_id}/templates
https://{server-hostname}:8383/api/v1/mdm/scep/servers/{server_id}/templates
MDMDeviceMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the SCEP server. Obtain from Add SCEP Server response
curl --request GET \
--url https://appdomain/api/v1/mdm/scep/servers/{server_id}/templates \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Array of SCEP template objects
Unique identifier of the created SCEP template. Use this ID in SCEP payload requests (scep_config_id field)
Display name of the SCEP template configuration
Friendly name of the SCEP template
Challenge type. 0=None, 1=Static, 2=Dynamic
Whether a challenge password is configured for this template
Key usage value
Certificate subject DN
Subject Alternative Name type
Subject Alternative Name value
Key size for the certificate
Number of retries for SCEP enrollment
Delay between retries in seconds
NT Principal name
Seat ID variable
SCEP server URL (inherited from the parent SCEP server)
CA certificate fingerprint (inherited from the parent SCEP server)
List of SCEP templates for the server
{
"metadata": {
"total_record_count": "1"
},
"scep": [
{
"nt_principal": "",
"challenge_type": "0",
"is_challenge_pwd_configured": false,
"key_usage": "0",
"subject": "CN=%serialnumber%",
"seat_id": "%email%",
"renewal_settings": {
"auto_renew_enabled": false,
"num_days": "-1"
},
"scep_config_id": "6967000000599729",
"url": "http://10.51.79.112/certSrv/mscep/mscep.dll",
"ca_finger_print": "bf54330f3132d590d3d7c3e86ebc8563b5ea976e",
"retries": "0",
"scep_configuration_name": "Sample",
"retry_delay": "0",
"name": "Sample",
"subject_altname_type": "0",
"subject_altname_value": "",
"key_size": "1"
}
]
}
![]()
Duration: 1 minute | Threshold: 120 | 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.