v1

latestOpenAPI 3.0.3Proprietary2026-08-066617.6 KB
Webhooks

Subscribe to Webhook Events

Register a webhook URL to receive real-time notifications for specific events.

post/api/zapier/webhooks/subscribe

Request body

hookUrlstring uri required

The URL where webhook payloads will be sent

event'order.created' | 'order.status_changed' | 'product.low_stock' required

The event type to subscribe to

Example request

{
  "hookUrl": "https://hooks.zapier.com/hooks/catch/123456/abcdef/"
}

Response

Webhook subscription created successfully