---
title: "Get SSL certificate usage"
method: GET
path: "/cdn/sslData/{cert_id}/usage"
tags: ["SSL certificates"]
---

# Get SSL certificate usage

`GET /cdn/sslData/{cert_id}/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.

## Path parameters

- `cert_id` integer, required

## Response `200`

Successful.

- SSLCertificateUsage — List of CDN resources using this SSL certificate.
  - `resources` object[], required — CDN resources that have this certificate attached.
    - `id` integer, required — CDN resource ID.
    - `cname` string, required — CDN resource CNAME (primary hostname).
    - `status` 'active' | 'suspended' | 'processed' | 'deleted', required — CDN resource status. Possible values: - **active** - CDN resource is active. Content is available to users. - **suspended** - CDN resource is suspended. Content is not available to users. - **processed** - CDN resource has recently been created and is currently being processed. It will take about fifteen minutes to propagate it to all locations. - **deleted** - CDN resource is deleted.

## Other responses

- `404` — Certificate not found.

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
