← Back to catalog
ssl.check
mock data$0.001 / callSSL Certificate Check
Check SSL/TLS certificate for any domain — validity, issuer, expiry date, days remaining, protocol, key size, HSTS status. No auth, free (ssl-checker.io)
Input schema
domainrequired
stringDomain name to check SSL certificate for (e.g. "google.com", "apibase.pro"). Do not include https://.
Call via REST
curl -X POST https://unifyapi.pro/api/call/ssl.check \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"domain":"<domain>"}'