Skip to main content

List reissues

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

Use this endpoint to list all certificate reissues 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:issued, pending, rejected

.. date_created

string

Date and time the certificate was requested.

Format: UTC timezone and ISO 8601 date

.. date_issued

string

Date and time the certificate was issued. Omitted for pending and rejected reissues.

Format: UTC timezone and ISO 8601 date

.. 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.

.. key_size

int

Number of bits used in the key.

.. archived

int

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

.. user_id

int

ID of user that requested the reissue.

.. email

string

Email address of user that requested the reissue.

.. firstname

string

First name of user that requested the reissue.

.. lastname

string

Last name of user that requested the reissue.

.. receipt_id

string

Receipt ID for reissued certificate order.

.. purchased_dns_names

string

Number of domains added to the reissued order that you were charged for.

Note: "0' is returned if you added domains but weren't charged for them.

.. purchased_wildcard_names

string

Number of wildcard domains added to the reissued order you were charged for.

Note: "0' is returned if you added domains but weren't charged for them.