post https://api.spyse.com/v4/data/certificate/scroll/search
While a 'search' request allows to paginate over the first 10'000 results, the 'scroll search' can be used for deep pagination over a larger number of results (or even all results) in much the same way as you would use a cursor on a traditional database. In order to use scrolling, the initial search response will return a 'search_id' data field which should be specified in the subsequent requests in order to iterate over the rest of results.
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.
|