Live checks every 6 hours

Domain integrity, verified.

One API call returns SSL expiry, DNS records, a health score, and remediation snippets. Ship it into your monitoring stack in an afternoon.

No credit card 60 req/min free tier Slack-ready alerts
verieye · check
$ curl /api/public/check/stripe.com

{
"domain": "stripe.com",
"health_score": 98,
"ssl": {
  "status": "valid",
  "issuer": "Google Trust Services",
  "days_until_expiry": 67
},
"dns": { "consistent": true },
"critical_alert": false
}
Runs on infrastructure teams already trust
Cloudflare Radar·Google DNS·Let's Encrypt·PagerDuty·Slack
Capabilities

Three layers of verification.
One JSON response.

01

TLS certificate audit

Live handshake against your host. Issuer, expiry, days remaining, chain validity — no scraping, no cached data.

02

Multi-resolver DNS

A, MX, NS, TXT queried against Cloudflare and Google in parallel. Inconsistency flags catch propagation issues.

03

Drift alerts

Every 6h re-check. Score drops of 20+ points ship a Slack-formatted payload straight to your webhook.

API

Boring, on purpose.

REST. API key in a header. JSON in, JSON out. No SDK required — though you can wire it up in five lines of anything.

  • POST/api/public/monitor
  • GET/api/public/check/{domain}
  • GET/api/public/history/{domain}
  • GET/api/public/status/{domain}
POST /api/public/monitor
curl -X POST https://verieye.app/api/public/monitor \
  -H "x-api-key: vk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"domain":"example.com"}'

Get your first check in under a minute.

Sign up, copy your API key, curl the endpoint. That's the whole flow.