get
https://api.flipdish.co/webhooks/orgs//subscriptions
Retrieve all webhook subscriptions configured for a specific org.
Webhook subscriptions define which business events (like orders, menu updates, customer registrations) your application wants to receive notifications about. Each subscription specifies:
- Event types: Which business events to monitor (e.g., order.created, menu.published)
- Callback URL: Where to send webhook notifications (must be HTTPS)
- Property scope: Either all properties or a specific restaurant location
- Delivery preferences: Retry settings and alert emails
This endpoint returns a consolidated view where multiple event types for the same subscription are grouped together, making it easy to understand your webhook configuration at a glance.
Use cases:
- Dashboard displaying current webhook integrations
- Audit webhook configurations across your org
- Troubleshoot webhook delivery issues
- Monitor which events your integration is subscribed to
