Skip to main content
This endpoint returns a digital preview of a confirmed certificate. Use the confirmation ID returned when the certificate was confirmed to fetch the viewable digital copy.

Endpoint

Authentication

Required. Include your API Secret key in the X-DigiCert-Secret request header.
Each environment uses a separate key. See Environments for details.

Path Parameters

string
required
The unique identifier of the confirmed certificate (for example, 48a78b36-073a-46cf-85d4-d1d4f5afb2cf).

Example Request

Response

The response returns the digital certificate content. This may be rendered as an image, PDF, or structured JSON object depending on the certificate type.
boolean
true when the certificate preview was retrieved successfully.
object
The digital certificate preview data, including the certificate image or document URL and associated metadata.

Success Response

Status: 200 OK

Error Cases