# Mews Open API

Welcome to the **Mews Open API** developer documentation. Here you will find all the information you need to get started working with the **Mews Open API** as quickly as possible, as well as support in case you get stuck, and of course a full reference for each individual API. Let's jump in!

{% hint style="success" %}

#### Partner ID

You will be given a Partner ID at the start of the process (e.g. INT123456), please keep this safe as you will need this ID when it is time to certify your integration. Not got one yet? [Register to join the Marketplace](https://www.mews.com/en/partners/new-partnerships).
{% endhint %}

## Our APIs

Not sure which option is right for you? See [the-mews-apis](https://docs.mews.com/getting-started/the-mews-apis "mention"). If you need further assistance, or have any questions or special requests, please contact <partnersuccess@mews.com>.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-plug">:plug:</i></h4></td><td><strong>Connector API</strong></td><td>A general-purpose API that gives access to data and services in Mews, and supports multiple use cases.</td><td><a href="https://app.gitbook.com/o/-L8h68VsCrKuC0pX9qyf/s/8QGgEdFlLPx3GworPLr8/">Connector API</a></td></tr><tr><td><h4><i class="fa-cash-register">:cash-register:</i></h4></td><td><strong>POS API</strong></td><td>An API for Point-of-Sale systems to integrate with Mews for seamless order management and data exchange.</td><td><a href="https://app.gitbook.com/o/-L8h68VsCrKuC0pX9qyf/s/fOtD4bwkCg5dMG01D7h0/">POS API</a></td></tr><tr><td><h4><i class="fa-bed-empty">:bed-empty:</i></h4></td><td><strong>Booking Engine</strong></td><td>An API for Booking Engines to enable your customers to create reservations directly in Mews.</td><td><a href="https://app.gitbook.com/o/-L8h68VsCrKuC0pX9qyf/s/NQLFOBK71zKQNjl5UEnW/">Booking Engine Guide</a></td></tr><tr><td><h4><i class="fa-chart-line">:chart-line:</i></h4></td><td><strong>Channel Manager API</strong></td><td>An API for Channel Managers and other distribution channels to fetch availability, rates and inventory data, and make reservations.</td><td><a href="https://app.gitbook.com/o/-L8h68VsCrKuC0pX9qyf/s/BRKhVN3KmDvpkFzJQmT5/">Channel Manager API</a></td></tr><tr><td><i class="fa-gem">:gem:</i></td><td><strong>Loyalty Partner API</strong></td><td>A reverse API for loyalty program providers to integrate their membership systems with Mews.</td><td><a href="https://app.gitbook.com/o/-L8h68VsCrKuC0pX9qyf/s/NXX5WlJYsdpRtizxNDPz/">Loyalty Partner API</a></td></tr></tbody></table>

***

{% hint style="info" %}
**Changes to the documentation**

To track changes and updates to this documentation, you can follow the [GitHub repository](https://github.com/MewsSystems/open-api-docs). For the individual APIs, we maintain Changelog and Deprecations pages.
{% endhint %}


---

# 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/readme.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.
