Renew
Use this endpoint to renew an existing certificate using its certId.
On success, the API returns a new certificate ID that you can use to download the renewed certificate once it’s issued.
Renewing a certificate is billable. It creates a new certificate with a new validity period.
Note: This page covers the essentials. For full parameters, examples, and response schema, see Renew certificate (API Reference).
Request
- Authorization:
Bearer <access_token>(see Authentication and Create Access Token). - Method:
POST. - Base URL: see Base URL and Variables.
- Path:
/api/v1/certificates/{certId}/renew. - Path parameter:
certId: the ID of the certificate to renew.
- Body (JSON):
profileId: Required. Certificate profile identifier.- For other parameters, see SSLRENEWREQUEST.
Response
- On success, returns a JSON payload containing a new
certIdfor the renewed certificate.
Updated 24 days ago