Skip to main content

Get certificate chain details

POST https://daas.digicert.com/apicontroller/v1/certificate/getCertChainDetails

Get intermediate CA and other certificate chain information associated with a specific certificate.

Example requests and responses

Request parameters

Name

Req/Opt

Type

Description

accountId

required

string

Account ID.

divisionIds

optional

array

Division IDs.

certChainId

required

string

Certificate chain ID. Get the certificate chain ID from the View endpoint rating request.

Response parameters

Name

Type

Description

data

object

Container.

.. certChainDetailsList

array

Certificate chain details container.

.. .. certDetailsList

array

Certificate chain details container.

.. .. .. status

string

Status.

.. .. .. expirationDate

integer

Expiration date.

Format: epoch in millisecond.

Epoch corresponds to 0 hours, 0 minutes, and 0 seconds (00:00:00) Coordinated Universal Time (UTC) on a specific date, which varies from system to system.

Example: 1855828800000

.. .. .. keyAlgorithm

string

Encryption algorithm.

.. .. .. algorithmType

string

SHA type.

.. .. .. issueDate

integer

Issuing date.

Format: epoch in millisecond.

Epoch corresponds to 0 hours, 0 minutes, and 0 seconds (00:00:00) Coordinated Universal Time (UTC) on a specific date, which varies from system to system.

Example: 1855828800000

.. .. .. issuerDN

string

Issuer name.

.. .. .. subject

string

Certificate subject.

.. .. .. errors

array

Error messages.

.. .. overallStatus

string

Overall status.

.. .. isAdditionalCertChain

bool

Whether a certificate other than the expected certificate chain is discovered.

.. .. isValidChain

bool

Whether chain is valid.