# 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](/pos-api/events/webhooks.md), see what events are supported and how the data is structured.
2. Read about how to authenticate incoming Webhooks on our [Webhook security](/pos-api/events/wh-security.md) page.
3. Configure your system to receive event notifications.
4. Register your Webhook endpoints with Mews using API Operation [Create webhook endpoint](https://github.com/MewsSystems/poc-open-api-docs/blob/main/pos-api/operations/webhookendpoints.md#create-webhook-endpoint).

## Contents

* [Webhooks](/pos-api/events/webhooks.md)
* [Webhook security](/pos-api/events/wh-security.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mews.com/pos-api/events.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
