post https://api.spyse.com/v4/data/certificate/search
Returns a list of certificates that matched the search query. Allows getting only the first 10,000 results. To get all results please use scroll or download API endpoints. By default, search operations, which return a list of found items, return only the first 25 items. To get a different set of items, you can use the offset and limit parameters in the request body.
Options for search params:
Search parameter | Operator | Value |
---|---|---|
issued_for_domain |
|
Domain the certificate is issued for.
|
issued_for_ip |
|
IP address the certificate is issued for.
|
issuer_country |
,
,
|
Country ISO code the issuer organization is registered in.
|
issuer_org |
,
,
,
|
Issuer organization name.
|
issuer_common_name |
,
,
,
|
Issuer common name. Example: “DigiCert SHA2 Secure Server CA”.
|
issuer_email |
,
,
,
|
Issuer email.
|
subject_country |
,
,
|
Country ISO code the subject organization is registered in.
|
subject_org |
,
,
,
|
Subject organization name.
|
subject_common_name |
,
,
,
|
Subject common name. Example: ssl902285.cloudflaressl.com.
|
subject_email |
,
,
,
|
Subject email.
|
fingerprint_md5 |
|
MD5 fingerprint. Enter a hexadecimal string without spaces in lowercase.
Example:
.
|
fingerprint_sha1 |
|
SHA1 fingerprint. Enter a hexadecimal string without spaces in lowercase.
Example:
.
|
fingerprint_sha256 |
|
SHA256 fingerprint. Enter a hexadecimal string without spaces in
lowercase. Example:
.
|
validity_start |
,
,
|
Certificate validity start date. Format:
.
|
validity_end |
,
,
|
Certificate validity end date. Format:
.
|
is_trusted |
|
Find certificates that have been verified and validated by Spyse.
|