Resources
Secure Webhook
Securing your webhook.
Overview
Webhooks are not secured by default. To secure your webhook involve the steps below:
- Generate a webhook key
- Attach it as a parameter in the webhook URL
- Verify webhook key on your server.
Example
Generate a random secured webhook key.
Add the key as a query parameter to your webhook URL
Attach webhook to request payload.
Verify webhook key on your server.
Was this page helpful?