---
title: "Get SSL certificates list"
method: GET
path: "/cdn/sslData"
tags: ["SSL certificates"]
---

# Get SSL certificates list

`GET /cdn/sslData`

Get information about SSL certificates.

## Query parameters

- `automated` boolean
- `validity_not_after_lte` string
- `resource_id` integer
- `limit` integer
- `offset` integer

## Response `200`

Successful.

- union
  - 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.
  - object
    - `count` integer, required — Total number of items.
    - `next` string, nullable, required — URL to the next page of results. Null if current page is the last one.
    - `previous` string, nullable, required — URL to the previous page of results. Null if current page is the first one.
    - `results` GetSSLAnswer[], required — List of items on the current page.
      - `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.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
