Skip to main content

View certificate rating

POST https://daas.digicert.com/apicontroller/v1/sslrating/getCertificateRating

Get the overall security rating and known risks and issues for the certificate. This endpoint request allows an end user to drill into or cross-link to a single certificate's security rating and all elements used to determine the overall rating.

Example requests and responses

Request parameters

Name

Req/Opt

Type

Description

accountId

required

string

Account ID.

divisionIds

optional

array

Division IDs.

certId

required

string

Unique DigiCert-generated ID for the certificate found on the endpoint. Get the certificate ID from the List certificates request.

Response parameters

Name

Type

Description

data

object

Container.

.. categories

array

Container for assessment criteria that determines security rating.

.. .. name

string

Name of assessment category.

.. .. criteria

array

Container for details that determine security rating.

.. .. .. name

string

Assessment criteria.

.. .. .. value

string

Criteria value.

.. .. .. issues

string

Whether or not security risks exist.

.. .. .. colorCode

string

Warning level.

Possible values: 1=At risk (high), 2=Warning (medium), null.

.. .. .. message

string

Summary.

.. .. .. data

array

Container for subcategories.

.. .. .. .. name

string

Assessment criteria.

.. .. .. .. value

string

Criteria value.

.. .. .. .. issues

string

Whether or not security risks exist.

.. .. .. .. colorCode

string

Warning level.

Possible values: 1=At risk (high), 2=Warning (medium), null.

.. .. .. suggestion

string

Details and/or solution.

.. .. .. kbLink

string

Link to additional information.

.. rating

string

Certificate security rating, based on industry standards and the certificate's settings.

.. ratingNotice

string

Additional notes regarding certificate security rating.

.. isPrivateCert

bool

Whether or not certificate is issued from private root CA.

.. cn

string

Common name.

.. certStatus

string

Status of the certificate.

.. caType

string

Type of Certificate Authority source, such as public or private.