← Back to catalog
whoisjson.ssl_check
mock data$0.003 / callSSL Certificate Check
Validate SSL/TLS certificate for any domain. Returns issuer (org, CN), validity dates, subject CN, wildcard status, key size, and Subject Alternative Names (SAN) list. Useful for security audits, monitoring cert expiration, and verifying HTTPS configuration (WhoisJSON)
Input schema
domainrequired
stringDomain name to check SSL certificate (e.g. google.com, apibase.pro)
Call via REST
curl -X POST https://unifyapi.pro/api/call/whoisjson.ssl_check \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"domain":"<domain>"}'