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"
}
]
}