check
Check Certificates
Get SSL/TLS certificate information including issuer, validity, and chain details.
get/check/certificates
Path parameters
querystring required
IP address or domain to check
enrichmentstring nullable required
Enrichment level: basic, standard, or full
track_reportsboolean nullable required
Track this check in reports history
Response
Certificate data response
Example response
{
"certificates": {
"fingerprint": "a1:b2:c3:d4:e5:f6:...",
"issuer": "DigiCert Inc",
"serial_number": "00:ab:cd:ef:12:34:56:78",
"subject": "CN=example.com",
"valid_from": "2023-01-01T00:00:00Z",
"valid_to": "2024-01-01T00:00:00Z"
}
}