SSL Health Inspector
Inspect SSL certificate details for a domain, including validity, expiry and chain health
api/v1/inspect-ssl
Inspect SSL certificate details for a domain, including validity, expiry and chain health
Rate Limiting
Standard rate limits apply to this endpoint.
Authentication
This endpoint requires authentication via API key. You can use the sandbox mode for testing without registering. See the authentication guide for details.
Try It Yourself
Test this endpoint directly from your browser using our API sandbox. No authentication required for testing.
Try API Endpoint
This is a limited sandbox environment.
For higher limits (75 requests/day), register for a free account.
/
Your daily Sandbox API quota has been exhausted. Please try again tomorrow.
Need higher limits? Register for free and get 75 requests/day.
Response
Common Use Cases
Monitor certificate expiry in CI/CD
Integrate the SSL Health Inspector into your deployment pipeline to catch expiring certificates before they cause downtime. Set up alerts when certificates have fewer than 30 days remaining.
Build a domain monitoring dashboard
Combine with the DNS Lookup and Security Headers endpoints to create a comprehensive domain health dashboard that tracks SSL status alongside DNS configuration and security posture.
Audit client websites
Web agencies can batch-check SSL certificates across all client domains, generating automated reports on certificate validity and upcoming renewals.
Related API Endpoints
Explore related endpoints that work well with SSL Health Inspector.
Inspect security headers for a URL to check for adherence to current best practices
Resolve DNS records (A, AAAA, MX, TXT, CNAME, NS, SOA, SRV, CAA, PTR) for any domain
Check if a URL is reachable and return its HTTP status code and response time
Guides & Tutorials
SSL Certificate API Tutorial
Learn how to check SSL certificates with the Apixies API. Get expiry dates, issuer info, and chain health for any domain...
Use-caseAutomated SSL Certificate Monitoring
Set up automated SSL monitoring that alerts you before certificates expire. Works with cron jobs, CI/CD pipelines, and m...