Webhooks
  • Webhooks documentation
  • Reference
    • About webhooks
    • Webhook events and payloads
    • About webhooks for organizations
    • Creating webhooks
    • Handling webhook deliveries
    • Validating webhook deliveries
    • Disabling webhooks
    • Best practices
Powered by GitBook
On this page
  • About webhooks for organizations
  1. Reference

About webhooks for organizations

You can use organization webhooks to subscribe to specific events of an organization.

PreviousWebhook events and payloadsNextCreating webhooks

Last updated 1 year ago

Organization webhooks allow you to receive HTTP POST payloads whenever certain events happen from an organization, web entity, or brand website. You can use the to manage organization webhooks. You can list webhook deliveries for a webhook, or get and redeliver an individual delivery for a webhook, which can be integrated into an external app or service. You can also use the REST API to change the configuration of the webhook. For example, you can modify the payload URL, content type, SSL verification, and secret.

In order for Shopwaive to send webhook payloads, your server needs to be accessible from the Internet. We also highly suggest using SSL so that we can send encrypted payloads over HTTPS.

Shopwaive will send along several HTTP headers to differentiate between event types and payload identifiers. See for details.

REST API
About webhooks for organizations
Receiving Webhooks
Webhook headers
webhook headers