Configure a Webhook
Set the URL
Section titled “Set the URL”- In the dashboard, open a project and go to its Notifications tab.
- Enter your callback URL — it must be
https://, enforced server-side — and save. - Copy the signing secret shown. Like an API key’s secret, it’s shown once — store it alongside the code that verifies incoming webhooks.
Sandbox and production are configured separately
Section titled “Sandbox and production are configured separately”The Notifications tab is scoped to whichever environment is selected in the dashboard’s top bar — sandbox and production each get their own callback URL and signing secret, not a shared one. Configuring a webhook while in Sandbox does nothing for Production, and vice versa; switch environments and repeat the steps above to enable webhooks for both.
Removing a webhook
Section titled “Removing a webhook”Remove webhook in the same Notifications tab disconnects the URL entirely — Baiyar stops sending events, and the project shows as having no webhook configured until you set one up again.
Next steps
Section titled “Next steps”Once you have a URL and a secret, go to Verifying Webhook Signatures to confirm requests are genuinely from Baiyar before you trust them.