v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
SSL certificates

Get SSL certificate details

get/cdn/sslData/{ssl_id}

Path parameters

ssl_idinteger required

SSL certificate ID.

Response

Successful.

idinteger

SSL certificate ID.

deletedboolean

Defines whether the certificate has been deleted. Parameter is deprecated.

Possible values:

  • true - Certificate has been deleted.
  • false - Certificate has not been deleted.
cert_issuerstring

Name of the certification center issued the SSL certificate.

cert_subject_cnstring

Domain name that the SSL certificate secures.

cert_subject_altstring

Alternative domain names that the SSL certificate secures.

validity_not_beforestring

Date when certificate become valid (ISO 8601/RFC 3339 format, UTC.)

validity_not_afterstring

Date when certificate become untrusted (ISO 8601/RFC 3339 format, UTC.)

sslCertificateChainstring

Parameter is deprecated.

hasRelatedResourcesboolean

Defines whether the SSL certificate is used by a CDN resource.

Possible values:

  • true - Certificate is used by a CDN resource.
  • false - Certificate is not used by a CDN resource.
namestring

SSL certificate name.

automatedboolean

How the SSL certificate was issued.

Possible values:

  • true - Certificate was issued automatically.
  • false - Certificate was added by a use.

Example response

{
  "id": 42,
  "cert_issuer": "Some certification center",
  "cert_subject_cn": "mydomain.name",
  "validity_not_before": "2016-09-17T18:06:01Z",
  "validity_not_after": "2017-08-21T11:02:00Z",
  "hasRelatedResources": true,
  "name": "Some certificate"
}