UnifyAPI
← Back to catalog

ssl.check

mock data$0.001 / call

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

Securityprovider: Ssl#ssl#security

Input schema

domainrequired

Domain name to check SSL certificate for (e.g. "google.com", "apibase.pro"). Do not include https://.

string

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

Try it

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