v32

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

Get SSL certificate usage

Get list of CDN resources that are using this SSL certificate.

This endpoint is useful to check which resources depend on a certificate before renewing, modifying, or deleting it.

get/cdn/sslData/{cert_id}/usage

Path parameters

cert_idinteger required

SSL certificate ID.

Response

Successful.

Example response

{
  "resources": [
    {
      "id": 101,
      "cname": "api.example.com",
      "status": "active"
    }
  ]
}