Getting started
Last updated
Was this helpful?
Last updated
Was this helpful?
This page walks you through the key steps to begin developing your integration with the Mews Connector API. Whether you're exploring the demo environment, preparing for certification, or validating your first request, this guide covers the tools, environments and concepts you'll need.
Ready to try a test call? Jump to .
Before making your first request, make sure you're familiar with the following:
Authentication tokens Every API request requires:
ClientToken
: Identifies your application. Issued by Mews.
AccessToken
: Identifies the enterprise or property you're connecting to. Issued by the property.
Client
: A short string naming your application.
Mews environments Mews provides two environments:
– for development and testing.
Net pricing and Gross pricing variants simulate different tax regimes used by properties in different jurisdictions.
– used by live properties after certification.
Mews Operations You can optionally log into the UI of Mews Operations (used by hotel staff) to understand how API data maps to the product.
Demo credentials Mews provides shared tokens and login details for test properties. These are suitable for early development, but subject to .
Want to know more? For full details, see and .
To begin testing:
Use either the Net pricing or Gross pricing variant depending on your target markets.
Note the tokens for that property:
ClientToken
AccessToken
You’ll use these credentials to make authenticated API requests.
Endpoint URL
Request body
Expected response
If successful, the API will return HTTP status code 200 - OK
along with property details in the message body:
All dates and times are in UTC.
Shared demo credentials may return 429 - Too many requests
response code if multiple developers are testing the same property.
Use a different demo property if limits are reached.
Always validate required fields and timezones in your request payloads.
Now that you've made a successful call, here’s where to go next:
Choose a demo property from the list in .
(Optional) Log in to using the provided email and password to explore the UI and sample data.
Let’s start by calling , which returns details about the test property — a useful check that your setup is working.
Requests and responses: For more on request formatting and response codes, see and respectively.
Dates, durations and other data types follow specific .
Some operations (like ) use to handle large result sets.
Check the and to diagnose issues.
Best practices: For additional tips on how to get the most out of your integration, see our .
– How to structure requests, handle authentication, best practices, and more.
– Full list of API Operations.
– How to receive near-real-time event notifications.
– Deeper insights into selected Mews concepts.
– Guidance on using the API for common scenarios.
– What’s required before going live.
– Terminology for terms like enterprise, customer, and resource.