domain.verified
Fires when DNS first points at our edge.
Fires when DNS for the hostname starts pointing at our edge IPs. This is the moment your customer's site goes live (modulo first-request cert issuance, which takes 10–30s).
Payload
{
"id": "<event-id>",
"type": "domain.verified",
"createdAt": "2026-05-05T11:39:19.406Z",
"data": {
"id": "8f09b47c-...",
"hostname": "shop.acme.com",
"status": "verified"
}
}
Use it for
- Marking the domain "live" in your customer's UI
- Sending a "your domain is now active" email
- Kicking off post-launch tasks (e.g. updating internal records)