loyalteez_validate_webhook
Validate webhook signatures with HMAC-SHA256 to ensure requests are from Loyalteez and prevent unauthorized event processing.
Instructions
Validate a webhook signature to ensure the request is from Loyalteez. Use this to verify webhook authenticity before processing events.
Webhook signatures use HMAC-SHA256. Always verify signatures to prevent unauthorized requests.
See also: loyalteez://docs/guides/webhooks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secret | Yes | Your webhook secret (configured in Partner Portal) | |
| payload | Yes | Raw webhook payload (request body as string) | |
| signature | Yes | Webhook signature from X-Loyalteez-Signature header |