Enroll

Use this endpoint to request issuance of a certificate from a CSR.

Submit a single-line, Base64-encoded PKCS#10 CSR together with product details, and the API returns a certificate ID (certId) you can use to download the certificate when it’s ready.

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


Request

  • Authorization: Bearer <access_token> (see Authentication and Create Access Token).
  • Method: POST.
  • Base URL: see Base URL.
  • Path: api/v1/certificates.
  • Body (JSON):
    • csr: Required. Single-line Base64 PKCS#10 (no BEGIN/END lines) certificate signing .request.
    • productId: Required. Target certificate product.
    • Other optional parameters related to your product.

Response

  • Success: a response returns a JSON payload containing a certId attribute.