v1

latestOpenAPI 3.0.42026-07-137589157.3 KB
SSL certificates

Overview of SSL certificates

get/sslcertificates

Query parameters

skipinteger

The number of items to skip in the resultset.

takeinteger

The number of items to return in the resultset. The returned count can be equal or less than this number.

Response

OK

sha1_fingerprintstring

The SHA-1 fingerprint of the certificate.

The fingerprint is a cryptographic hash which is a short unique identification of the certificate.

common_namestring

The common name (e.g. domain.com) of the certificate.

expires_afterstring 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>