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

# Get SSL certificate details

`GET /cdn/sslData/{ssl_id}`

## Path parameters

- `ssl_id` integer, required

## Response `200`

Successful.

- GetSSLAnswer
  - `id` integer — SSL certificate ID.
  - `deleted` boolean — Defines whether the certificate has been deleted. Parameter is **deprecated**. Possible values: - **true** - Certificate has been deleted. - **false** - Certificate has not been deleted.
  - `cert_issuer` string — Name of the certification center issued the SSL certificate.
  - `cert_subject_cn` string — Domain name that the SSL certificate secures.
  - `cert_subject_alt` string — Alternative domain names that the SSL certificate secures.
  - `validity_not_before` string — Date when certificate become valid (ISO 8601/RFC 3339 format, UTC.)
  - `validity_not_after` string — Date when certificate become untrusted (ISO 8601/RFC 3339 format, UTC.)
  - `sslCertificateChain` string — Parameter is **deprecated**.
  - `hasRelatedResources` boolean — Defines whether the SSL certificate is used by a CDN resource. Possible values: - **true** - Certificate is used by a CDN resource. - **false** - Certificate is not used by a CDN resource.
  - `name` string — SSL certificate name.
  - `automated` boolean — How the SSL certificate was issued. Possible values: - **true** - Certificate was issued automatically. - **false** - Certificate was added by a use.

---

[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)
