Best practices for securing your webhook endpoints
Header | Description | Example |
---|---|---|
X-Webhook-Signature | Base64-encoded RSA signature | iJ0S7p8K2n... |
X-Webhook-Timestamp | Unix timestamp (seconds) | 1704067200 |
timestamp
: Request timestamp (matches X-Webhook-Timestamp
)url
: Complete webhook URL (including query parameters)body_sha256_hex
: SHA256 hash of the request body in hex format