Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 750 Bytes

File metadata and controls

15 lines (11 loc) · 750 Bytes

API Events

API Events allow you to receive near-real-time notifications about key activities in the Mews POS system, such as changes to table booking status. These notifications are delivered via Webhooks.

Getting started

To start using API Events:

  1. Read about Webhooks, see what events are supported and how the data is structured.
  2. Read about how to authenticate incoming Webhooks on our Webhook security page.
  3. Configure your system to receive event notifications.
  4. Register your Webhook endpoints with Mews using API Operation Create webhook endpoint.

Contents