Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
17 changes: 9 additions & 8 deletions guidelines/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +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 can be used to access __Mews Operations__ (for both Gross and Net Pricing Environments):

* **Mews Web Application Address** - `https://app.mews-demo.com`
* **Email** - connector-api-demo@mews.com
* **Password** - connector-API-2024

### 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.
Expand Down Expand Up @@ -72,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:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Partners can request access to __Mews Operations__ for a dedicated Demo Property upon request:
Partners can request access to __Mews Operations__ for a dedicated Demo Property by following these steps:


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
Expand Down