Domain key verified
Sent when the DKIM domain key DNS record for a domain has been verified.
Headers
HMAC-SHA256 signature of the request, formatted as t={timestamp},v1={signature}. Verify it against the webhook's signing key to authenticate the delivery.
Unique identifier of the event, useful for idempotent processing.
Unique identifier of the webhook.
Unique identifier of the channel associated with the webhook, if applicable.
Set to true when the delivery is a test, otherwise omitted.
true Body
Payload delivered when a domain key is verified.
When the event occurred (ISO 8601 / RFC 3339).
Unique identifier for the domain.
The name of the domain.
The host for the DNS record.
domain-key-verified Response
Return any 2XX status code to acknowledge receipt.