Skip to content
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation
Webhooks

Unwrap

Unwrap is a convenience helper available in the official SDKs to verify a webhook signature and parse the JSON payload in a single call. Use client.webhooks.unwrap(body, headers, options?) to verify the signature and parse the JSON payload in one call. For end-to-end webhook examples, see the Webhooks guide.

This helper is available in official SDKs, including: