---
title: "Overview of SSL certificates"
method: GET
path: "/sslcertificates"
tags: ["SSL certificates"]
---

# Overview of SSL certificates

`GET /sslcertificates`

## Query parameters

- `skip` integer
- `take` integer

## Response `200`

OK

- SslCertificate[]
  - `sha1_fingerprint` string — The SHA-1 fingerprint of the certificate. The fingerprint is a cryptographic hash which is a short unique identification of the certificate.
  - `common_name` string — The common name (e.g. domain.com) of the certificate.
  - `expires_after` string, date-time — The exact time the certificate will expire.
  - `validation_level` 'domain_validated' | 'organization_validated' | 'extended_validated' — The validation level of the certificate: <ul><li>Domain validated: Basic check of the identity of the owner of the domain name.</li><li>Organization validated: Company details are verified and integrated in the certificate.</li><li>Extended validated: A thorough verification of your domain name and company details.</li></ul>
  - `type` 'standard' | 'multi_domain' | 'wildcard' — The type of the certificate: <ul><li>Standard: Certificate for a single domain.</li><li>Multi domain: Certificate for multiple (sub)domains belonging to the same owner.</li><li>Wildcard: Certificate for all the subdomains.</li></ul>

---

[API](https://skmtc.net/combell/apis/public-api.md) · [All operations](https://skmtc.net/combell/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/combell/public-api/revisions/d6d1ea012567/schema)
