Skip to main content

List duplicates

GET https://www.digicert.com/services/v2/order/certificate/{{order_id}}/duplicate

Use this endpoint to list all certificate duplicates for an order.

Example requests and responses

URL query parameters

Name

Req/Opt

Type

Description

show_archived

optional

boolean

If true, response includes archived certificates. If false (default), response omits archived certificates.

Response parameters

Name

Type

Description

certificates

array

List of certificates returned by the request.

.. id

int

Certificate ID.

.. thumbprint

string

Thumbprint of the certificate.

.. serial_number

string

Serial number of the certificate.

.. common_name

string

Name secured by the certificate.

.. dns_names

array

List of additional names secured by the certificate.

.. status

string

Status of the certificate.

Possible values:approved, issued, pending, rejected

.. date_created

string

Date the certificate was requested.

Format: UTC timezone and ISO 8601 date

.. valid_from

string

Date when certificate validity starts.

Format:yyyy-MM-dd

.. valid_till

string

Expiration date of the certificate.

Format:yyyy-MM-dd

.. days_remaining

int

Number of days until certificate expires.

.. csr

string

Certificate signing request.

.. server_platform

object

Details about the server platform specified for the certificate.

.. signature_hash

string

Signing algorithm used by the certificate.

.. key_size

int

Number of bits used in the key.

.. ca_cert_id

string

ID of the CA certificate.

.. sub_id

string

.. public_id

string

.. archived

string

If 1, the certificate is archived. If 0, the certificate is not archivedr

.. user_id

int

ID of the user that submitted the request.

.. firstname

string

First name of the user that submitted the request.

.. lastname

string

Last name of the user that submitted the request.