# Reference

- [About webhooks](/reference/about-webhooks.md): Webhooks provide a way for notifications to be delivered to an external web server whenever certain events occur on Shopwaive.
- [Webhook events and payloads](/reference/webhook-events-and-payloads.md): Learn about when each webhook event occurs and what the payload contains.
- [About webhooks for organizations](/reference/about-webhooks-for-organizations.md): You can use organization webhooks to subscribe to specific events of an organization.
- [Creating webhooks](/reference/creating-webhooks.md): You can create webhooks to subscribe to specific events that occur on Shopwaive.
- [Handling webhook deliveries](/reference/handling-webhook-deliveries.md): Learn how to write code to listen for and respond to webhook deliveries.
- [Validating webhook deliveries](/reference/validating-webhook-deliveries.md): You can use a webhook secret to verify that a webhook delivery is from Shopwaive.
- [Disabling webhooks](/reference/disabling-webhooks.md): You can disable a webhook to unsubscribe from events that occur on Shopwaive.
- [Best practices](/reference/best-practices.md): Follow these best practices to improve security and performance when using webhooks.
