Save the scep server credentials
https://{server-hostname}:8383/api/v1/mdm/scep/servers
MDMDeviceMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Display name for the SCEP server
SCEP server type. 1=Microsoft SCEP, 2=EJBCA, 3=OpenXPKI, 4=Dogtag, 5=Custom, 101=Intune
URL of the SCEP server endpoint
Certificate ID of the CA certificate uploaded via Upload Certificate
SHA-1 fingerprint of the CA certificate (hexadecimal string)
CA type. 0=Root CA, 1=Intermediate CA, 2=External CA
Whether to redistribute profiles associated with this SCEP server when updated. Default: false
Certificate ID of the RA certificate (if different from CA). Obtain from the Upload Certificate response
OID for the certificate profile/template on the SCEP server
Acknowledgement flag for ADCS documentation requirements. Default: false
curl --request POST \
--url https://appdomain/api/v1/mdm/scep/servers \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"ca_finger_print":"bf54330f3132d590d3d7c3e86ebc8563b5ea976e","server_name":"Sample","ca_certificate_id":"6967000000565073","type":"1","url":"http://10.51.79.112/certSrv/mscep/mscep.dll","redistribute_profiles":false}'Add a new Microsoft SCEP server
{
"ca_finger_print": "bf54330f3132d590d3d7c3e86ebc8563b5ea976e",
"server_name": "Sample",
"ca_certificate_id": "6967000000565073",
"type": "1",
"url": "http://10.51.79.112/certSrv/mscep/mscep.dll",
"redistribute_profiles": false
}
Unique identifier of the created SCEP server. Use this ID when creating SCEP templates via Add SCEP Template
Display name of the SCEP server
SCEP server type. 1=Microsoft SCEP, 2=EJBCA, 3=OpenXPKI, 4=Dogtag, 5=Custom, 101=Intune
URL of the SCEP server endpoint
Certificate ID of the CA certificate
SHA-1 fingerprint of the CA certificate
ADCS documentation acknowledgement flag
Number of templates configured for this SCEP server
SCEP server configuration successfully created
{
"ca_finger_print": "bf54330f3132d590d3d7c3e86ebc8563b5ea976e",
"server_name": "Sample",
"ca_certificate_id": "6967000000565073",
"adcs_doc_ack": false,
"template_count": "0",
"server_id": "6967000000599725",
"type": "1",
"url": "http://10.51.79.112/certSrv/mscep/mscep.dll"
}
![]()
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.