Skip to main content

List intermediates

GET https://www.digicert.com/services/v2/certificate/intermediates

Use this endpoint to list intermediate certificates associated with your account.

Notice

The intermediate certificates that are returned using this endpoint depend on your account configuration, such as which products are enabled.

Example requests and responses

Response parameters

Name

Type

Description

intermediates

array

List of returned intermediate certificates.

.. id

string

Intermediate certificate ID.

.. subject_common_name

string

Common name on the certificate.

.. subject_org_name

string

Organization name on the certificate.

.. valid_from

string

Timestamp when the certificate was issued.

Format: yyyy-MM-dd HH:mm:ss

.. valid_to

string

Expiration date of the certificate.

Format: yyyy-MM-dd HH:mm:ss

.. serial_number

string

Certificate serial number.

.. thumbprint

string

Certificate thumbprint.

.. signature_hash

string

Hash algorithm used to sign the certificate.

.. is_private

string

Specifies if the intermediate is public or private.

Possible values: 0 (public), 1 (private)

.. is_root

string

Specifies if the intermediate is a root certificate.

Possible values: 0 (not root), 1 (root)

.. pem

string

PEM encoded certificate.