Securing Your Webhooks (optional)
This is an optional step. For security purposes, you can add a webhook secret to limit requests sent to your webhook endpoint to those only coming from GrowSurf.
Adding a secret

Validating payloads
Step 1: Extract the timestamp and signature from the header
Step 2: Prepare the signed payload string for comparison
Step 3: Determine the expected signature
Step 4: Compare signatures
View an example
Last updated
Was this helpful?