Get certificate inventory (iOS only)

This call gets the certificate inventory for the iOS device identifiers specified in the request. This call silently ignores any invalid identifiers passed.

HTTP Method

POST

Request URI

/msa/v1/cps/device/certificate

Request parameters

 

Parameter

Description

Sample Value

identifiers

Required

Parameter Type: Request body

Data Type: String

List of UEM identifiers in this format:

{

"identifiers":["mdm-id-1", "mdm-id-2"]

}

See List of identifiers.

 

Response fields

See Certificate.

Example response

[
    {
        "deviceMdmId": "1cdacac686e39dd367a47f2286be436df0a37433", 
        "certificates": [
            {
                "identity": true, 
                "notAfter": 1812011724000, 
                "notBefore": 1496740310000, 
                "issuer": "CN=ppp819.auto.acme.com,OU=iOSMDMCA,UID=1496738424913", 
                "serialNumber": "1017", 
                "subject": "CN=1cdacac686e39dd367a47f2286be436df0a37433", 
                "thumbPrint": "BF0670CFC5B548D5837E9D078F4617D296C9577E"
            }, 
            {
                "identity": false, 
                "notAfter": 2035213580000, 
                "notBefore": 1088528780000, 
                "issuer": "C=US,O=The Go Daddy Group\\, Inc.,OU=Go Daddy Class 2 Certification Authority", 
                "serialNumber": "0", 
                "subject": "C=US,O=The Go Daddy Group\\, Inc.,OU=Go Daddy Class 2 Certification Authority", 
                "thumbPrint": "2796BAE63F1801E277261BA0D77770028F20EEE4"
            }, 
            {
                "identity": false, 
                "notAfter": 2442818116000, 
                "notBefore": 1496738116000, 
                "issuer": "CN=ppp819.auto.acme.com,OU=SystemRootCA,UID=1496738416965", 
                "serialNumber": "750514842", 
                "subject": "CN=ppp819.auto.acme.com,OU=SystemRootCA,UID=1496738416965", 
                "thumbPrint": "C3EA70EB304FCD0500FF0369EC06103CF1C0260E"
            }, 
            {
                "identity": true, 
                "notAfter": 1812011720000, 
                "notBefore": 1496740332000, 
                "issuer": "CN=ppp819.auto.acme.com,OU=AppStoreFrontCA,UID=1496738420411", 
                "serialNumber": "1018", 
                "subject": "CN=1cdacac686e39dd367a47f2286be436df0a37433", 
                "thumbPrint": "C45966CC2222CCB5457D2C614B264ACE89EA683A"
            }
        ]
    }
]