WEBHOOK
domain.dns_error
{
  "type": "domain.dns_error",
  "timestamp": "2024-05-06T12:59:46.404433272Z",
  "data": {
    "domain": "example.com",
    "account_id": "4cdd7bdd-294e-4762-892f-83d40abf5a87",
    "spf_valid": false,
    "dkim_valid": false,
    "dmarc_valid": false,
    "dns_last_checked_at": "2024-05-06T12:59:46.404433312Z"
  }
}

Body

application/json
type
enum<string>
required

The event type

Available options:
domain.dns_error
webhook_id
string<uuid>
required

The webhook ID (the same ID as returned by the Create Webhook API)

timestamp
string<date-time>
required

When the event occurred (ISO 8601 format)

data
object
required

Response

Webhook received successfully