SSL/TLS
Manage SSL and TLS certificates, Let's Encrypt integrations, and certificate lifecycle operations through the Security API.
Use these endpoints to manage SSL/TLS certificates for your organization. You can upload custom certificates or issue certificates through Let’s Encrypt.
Unique identifier of the organization.
Filters results by SSL name.
Filters results by common name.
Field to sort by.
created_atSort order.
descPage number.
1Number of items per page.
24Returns a paginated list of SSL/TLS certificates.
Validation error.
Unique identifier of the organization.
Create SSL/TLS certificate.
Certificate name.
Certificate (PEM).
Private key password, if applicable.
Private key (PEM).
Returns the created SSL/TLS certificate.
Validation error.
Unique identifier of the organization.
Unique identifier of the SSL/TLS certificate.
Update SSL/TLS certificate.
Certificate name.
Certificate (PEM).
Private key password, if applicable.
Private key (PEM).
Returns the updated SSL/TLS certificate.
Validation error.
Unique identifier of the organization.
Unique identifier of the SSL/TLS certificate.
Returns a confirmation indicating that the certificate was deleted.
Validation error.
Let’s Encrypt
Use these endpoints to issue an SSL/TLS certificate through Let’s Encrypt. Complete the DNS verification step before finalizing the certificate.
Unique identifier of the organization.
Certificate generation request.
Domain name to validate.
Returns DNS challenge records required for verification.
Validation error.
Unique identifier of the organization.
Finalize certificate creation request.
Certificate name.
Domain name to issue the certificate for.
CNAME target value returned from DNS verification.
Returns the created certificate identifier.
Validation error.
Last updated
Was this helpful?