Download

Use this endpoint to download a successfully issued certificate using its certId. If issuance is still in progress, the endpoint returns -404 with an API-specific error code such as -103 or -109. If this occurs, wait a few minutes and try again.

Note: This page covers the essentials. For full parameters, examples, and response schema, see Download certificate (API Reference).


Request

  • Authorization: Bearer <access_token> (see Authentication and Create Access Token).
  • Method: GET.
  • Base URL: see Base URL.
  • Path: /api/v1/certificates/{certId}.
  • Path parameter:
    • certId: the ID from the enroll/renew/replace API response.

Response

  • Success: a request returns 200 OK with the certificate payload.
  • Failure: a request returns an error code and a corresponding description.