UnifyAPI
← Back to catalog

whoisjson.ssl_check

mock data$0.003 / call

SSL 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)

Securityprovider: Whoisjson#whoisjson#security

Input schema

domainrequired

Domain name to check SSL certificate (e.g. google.com, apibase.pro)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.