## Unwrap ## Parse Unverified
The whole hunk
from line 5, old and new numbered
/
lines
from line 5
55
66# Webhooks
77
8## Unwrap
9
10Verifies the webhook signature from the `webhook-id`, `webhook-timestamp` and `webhook-signature`
11headers using your webhook signing key, then parses the payload into an event. Fails if the
12signature is missing or invalid.
13
14## Parse Unverified
15
16Parses a webhook payload into an event without verifying its signature. Prefer `unwrap()` unless
17you have already verified the signature yourself.
18
198## Domain types
209
2110### Beta Webhook Agent Archived Event Data