domain.expired
Fires when a previously verified domain stops pointing at us, or its cert lapsed.
Fires if a previously verified domain's DNS stops pointing at us OR its
cert window has elapsed without renewal.
Payload
{
"id": "<event-id>",
"type": "domain.expired",
"createdAt": "2026-08-03T11:39:19.406Z",
"data": {
"id": "8f09b47c-...",
"hostname": "shop.acme.com",
"status": "expired"
}
}
Use it for
- Alerting the customer their site is down
- Retrying renewal
- Switching your UI from "live" back to "needs DNS"