diff --git a/apps/portal/src/app/insight/webhooks/payload/page.mdx b/apps/portal/src/app/insight/webhooks/payload/page.mdx index 6dcc187d2bc..f1c34894cd1 100644 --- a/apps/portal/src/app/insight/webhooks/payload/page.mdx +++ b/apps/portal/src/app/insight/webhooks/payload/page.mdx @@ -172,7 +172,7 @@ const isValidSignature = ( }; // extract the signature from request headers -const signature = req.headers['x-signature']; +const signature = req.headers['x-webhook-signature']; // get the raw body of the request const rawBody = req.rawBody;