post https://api.spyse.com/v4/data/certificate/search/download
Initiates the creation of the file with data about SSL certificates that matched the search query. When the file is created, it will be available for download. On the successful call, returns the unique identifier that represents the file creation process. The file creation is an asynchronous process, because the amount of data that should be exported to the file and the export duration is hard to predict. The call to this endpoint just initiates the file creation. To check the file status and get the download link, send a GET request to the /v4/data/account/downloads/
API endpoint with the identifier returned by this endpoint. The number of rows available for download is determined by the subscription plan.
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.
|