v32

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

Get trusted CA certificates list

Get list of trusted CA certificates used to verify an origin.

get/cdn/sslCertificates

Query parameters

automatedboolean

How the certificate was issued.

Possible values:

  • true – Certificate was issued automatically.
  • false – Certificate was added by a user.
validity_not_after_ltestring

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

Response will contain certificates valid until the specified time.

resource_idinteger

CDN resource ID for which the certificates are requested.

limitinteger

Maximum number of items to return in the response. Cannot exceed 1000.

offsetinteger

Number of items to skip from the beginning of the list.

Response

Successful.

OR

Example response

[
  {
    "id": 1,
    "name": "Example CA certificate",
    "deleted": true,
    "cert_issuer": "example.com",
    "cert_subject_cn": "example.com",
    "cert_subject_alt": "DNS:example.com",
    "validity_not_before": "2020-06-26T12:03:53Z",
    "validity_not_after": "2021-06-26T12:03:53Z",
    "sslCertificateChain": "",
    "hasRelatedResources": false
  }
]