Queries WHOIS for the registration expiry date of your domain and alerts when renewal is due. Different from SSL — this is about the registrar, not the certificate.
Issues a WHOIS query for your domain once an hour and parses the expiry date. The check is DOWN once expiry is closer than your warning window (default 7 days).
curl https://monitorah.com/api/v1/monitors \
-X POST \
-H "Authorization: Bearer mon_live_…" \
-H "Content-Type: application/json" \
-d '{
"name": "My WHOIS check",
"type": "WHOIS",
"target": "example.com",
"config": {
"whoisWarnDaysBefore": 14
}
}'