Skip to main content
Question

Webhook validation

  • October 2, 2025
  • 1 reply
  • 23 views

Hello,

The API reference doesn’t show how to verify the webhook requests. I expected to be able at least to set an API key or so in the request body (`POST https://api.getguru.com/api/v1/webhooks`). Currently is there a way to do so?

1 reply

James Ahlborn
Guru Employee
  • Guru Employee
  • October 3, 2025

when you register the url you want to use as the webhook, you can add custom parameters to the url, e.g. “https://mywebhook/path?token=my_webhook_secret”