Signing Payloads (for Testing)
You can generate signatures locally to test your webhook handler:Available Webhook Headers
| Header | Description |
|---|---|
x-hub-signature-256 | HMAC SHA256 signature for verification. |
x-hook-id | Unique ID of the webhook configuration. |
x-hook-delivery | Unique ID for this delivery attempt. |
x-hook-event | The event type that triggered the webhook. |
x-request-id | Request trace ID. |
x-request-origin | Origin of the request. |