CertSpotter SSL Validity Checker

Use when an agent needs to verify if an SSL certificate is active or expiring soon.

Try it OpenAPI

Call

POST https://codepulse-api.hahavoid0.workers.dev/network/ssl-expiry
{
  "domain": "google.com"
}

AgentCash command

npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/network/ssl-expiry -m POST -b '{"domain":"google.com"}'

Not for

Do not use for debugging local routing certificate parameters.