> ## Documentation Index
> Fetch the complete documentation index at: https://docs.caibo.digital/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook Signatures

> Verify webhook signatures to ensure callbacks originate from Caibo.

## Why verify

Webhook signatures protect you from spoofed callbacks.

## How to verify

1. Retrieve the signature header sent with the callback
2. Compute your own signature using the shared secret
3. Compare calculated vs received values

## Related

* Callbacks reference: [/ipg/callbacks](/ipg/callbacks)
* Troubleshooting: [/cpanel/troubleshooting/webhook-debugging](/cpanel/troubleshooting/webhook-debugging)
