Skip to main content

Download certificate

GET https://www.digicert.com/services/v2/certificate/{{certificate_id}}/download/platform

Use this endpoint to download a certificate using the certificate_id. certificate_id is a numeric identifier assigned by DigiCert to each certificate at the time of issuance.

Notice

The returned certificate format is based on the server_platform.id on the order. To download the certificate for a different platform, append /{{platform_id}} to this endpoint. For valid platform_id values, see Glossary – Server platforms.

Where to locate the Certificate ID?

You can find the Certificate ID using the following methods:

  • Certificate Order API Response: Access the certificate ID in the certificate_id response parameter if the certificate has been successfully issued.

  • CertCentral API: Use the Order info API endpoint to obtain the certificate ID. The certificate ID is returned in the id response parameter, nested under the certificate object. Ensure you have the corresponding order_id from the administrator before using the API endpoint.

  • CertCentral Platform: Retrieve the certificate ID from the CertCentral UI. In CertCentral, in the left menu, go to Certificates > Orders. On the Orders page, in the Order # column, select the Quick View link of the corresponding certificate. In the Order # details pane (on the right), under Certificate information, you’ll see the Certificate id.

  • Order Confirmation Email: Locate the certificate ID in the order confirmation email.

Example requests and responses