GET
/
cdn
/
sslData
/
{ssl_id}
curl --request GET \
  --url https://api.gcore.com/cdn/sslData/{ssl_id} \
  --header 'APIKey: <api-key>'
{
  "id": 42,
  "deleted": false,
  "cert_issuer": "Some certification center",
  "cert_subject_cn": "mydomain.name",
  "cert_subject_alt": "<string>",
  "validity_not_before": "2016-09-17 18:06:01+00:00",
  "validity_not_after": "2017-08-21 11:02:00+00:00",
  "sslCertificateChain": "<string>",
  "hasRelatedResources": true,
  "name": "Some certificate",
  "automated": false
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

ssl_id
integer
required

SSL certificate ID.

Response

200 - application/json

Successful.

The response is of type object.