Skip to main content
GET
/
cdn
/
sslData
/
{cert_id}
/
usage
Get SSL certificate usage
curl --request GET \
  --url https://api.gcore.com/cdn/sslData/{cert_id}/usage \
  --header 'Authorization: <api-key>'
{
  "resources": [
    {
      "id": 101,
      "cname": "api.example.com",
      "status": "active"
    },
    {
      "id": 102,
      "cname": "app.example.com",
      "status": "active"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

cert_id
integer
required

SSL certificate ID.

Response

Successful.

List of CDN resources using this SSL certificate.

resources
object[]
required

CDN resources that have this certificate attached.