Sweep 22 Sep 2026 · 15:52Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Reading a new release v2.1.280 Building the pages · 4/6 1043 findings $36.88 so far
One change · api

Webhooks changed

api/beta/webhooks

Nearest release: v2.1.269, published 3 hours after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+0added
Lines−11removed
From line 5 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits5to this page, all time

## 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