From e3b4ad4e34cb39b78cc15f4331f8f55445557b61 Mon Sep 17 00:00:00 2001 From: BenjaminNiquet <73936246+BenjaminNiquet@users.noreply.github.com> Date: Mon, 12 Jan 2026 12:24:58 +0100 Subject: [PATCH 1/2] Update environments.md --- guidelines/environments.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/guidelines/environments.md b/guidelines/environments.md index 94edc60d..eed2ad70 100644 --- a/guidelines/environments.md +++ b/guidelines/environments.md @@ -26,11 +26,13 @@ These addresses should be used for testing and development of client application ### Mews system credentials -These login credentials can be used to access __Mews Operations__ (for both Gross and Net Pricing Environments): +These login credentials to connect to __Mews Operations__ will be automatically sent after the user creation in the Demo Property (for both Gross and Net Pricing Environments), see the process below: +* Fill in the **Become a Mews Partner Form** - `https://www.mews.com/en/partners/new-partnerships` +* An automated email will be sent to your email address to reset your password to log in into the Demo Property +* Reset the password +* Now, you can successfully log in into the Demo Property * **Mews Web Application Address** - `https://app.mews-demo.com` -* **Email** - connector-api-demo@mews.com -* **Password** - connector-API-2024 ### API tokens (Gross Pricing Environment) From d8788cb411d71238ef0e3105f17cdc63674d93d9 Mon Sep 17 00:00:00 2001 From: Jan Vlnas Date: Mon, 12 Jan 2026 15:00:54 +0100 Subject: [PATCH 2/2] Improve wording and formatting --- getting-started/README.md | 2 +- guidelines/environments.md | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/getting-started/README.md b/getting-started/README.md index 5fa1d97f..e7d682b1 100644 --- a/getting-started/README.md +++ b/getting-started/README.md @@ -37,7 +37,7 @@ To begin testing: 2. **Note the tokens** for that property: - `ClientToken` - `AccessToken` -3. **(Optional)** Log in to [Mews Operations](https://app.mews-demo.com) using the provided email and password to explore the UI and sample data. +3. **(Optional)** [Request a dedicated Demo Property](../guidelines/environments.md#mews-operations-credentials) in __Mews Operations__ to explore the UI and sample data. You’ll use these credentials to make authenticated API requests. diff --git a/guidelines/environments.md b/guidelines/environments.md index eed2ad70..0086c78a 100644 --- a/guidelines/environments.md +++ b/guidelines/environments.md @@ -24,16 +24,6 @@ These addresses should be used for testing and development of client application * **PlatformAddress** - `https://api.mews-demo.com` * **WebSocketAddress** - `wss://ws.mews-demo.com` -### Mews system credentials - -These login credentials to connect to __Mews Operations__ will be automatically sent after the user creation in the Demo Property (for both Gross and Net Pricing Environments), see the process below: - -* Fill in the **Become a Mews Partner Form** - `https://www.mews.com/en/partners/new-partnerships` -* An automated email will be sent to your email address to reset your password to log in into the Demo Property -* Reset the password -* Now, you can successfully log in into the Demo Property -* **Mews Web Application Address** - `https://app.mews-demo.com` - ### API tokens (Gross Pricing Environment) The credentials below will connect with a demo enterprise configured for Gross pricing. This demo enterprise is based in the `United Kingdom` legal and tax environment. It accepts `GBP`, `EUR` and `USD` currencies (any of them may be used). Refer to [Taxations](#taxations) for proper usage of the relevant [Tax rate](../operations/taxations.md#tax-rate) codes. Use any of the four sets of tokens. @@ -74,6 +64,15 @@ The credentials below will connect with a demo enterprise configured for Net pri * **ClientToken** - `07AB1F14B55C49B8BDD6AD200158423B-273A4497AFF5E20566D7199DB3DC2BA` * **AccessToken** - `BFD4298010F54B069F3DAD20015D53EA-D5561FADFBA4EFC8EA4C179C6BC461F` +### Mews Operations credentials + +Partners can request access to __Mews Operations__ for a dedicated Demo Property upon request: + +1. Fill in the [Become a Mews Partner Form](https://www.mews.com/en/partners/new-partnerships) +2. An automated email will be sent to your email address to reset your password to log in into the Demo Property +3. Reset the password +4. Now, you can successfully log in into the Demo Property through [demo environment of Mews Operations](https://app.mews-demo.com). + ### Request limits * 200 requests per `AccessToken` within 30 seconds