Skip to content
Open
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
13 changes: 12 additions & 1 deletion connector-api/guidelines/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,25 @@ The credentials below will connect with a demo enterprise configured for Net pri

### Mews Operations credentials

Partners can request access to **Mews Operations** for a dedicated Demo Property by following these steps:
* New Partners
Copy link
Member

Choose a reason for hiding this comment

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

issue: Use header

Suggested change
* New Partners
#### New Partners

Partners who have not engaged into theCertification process can request access to **Mews Operations** for a dedicated Demo Property by following these steps:
Copy link
Member

Choose a reason for hiding this comment

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

issue: There's a typo. (theCertification)


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).
5. You will be automatically opted in to both the [Gross Pricing](environments.md#api-tokens-gross-pricing-environment) and [Net Pricing](environments.md#api-tokens-net-pricing-environment) Demo Environment properties. If needed, you can opt out of either Gross or Net Demo Environment individually and remain integrated with only one Environment.

*Existing Partners
Copy link
Member

Choose a reason for hiding this comment

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

issue: Use header.

Suggested change
*Existing Partners
#### Existing Partners

Partners who are already engaged in the Certification Process or Certified and Live
Copy link
Member

Choose a reason for hiding this comment

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

suggestion: This sentence feels incomplete, maybe you could add something like "should follow these steps" or so.

1. Do not use generic Credentials to connect to the Demo Properties
2. Contact partnersuccess@mews.com to request user access to the Demo properties.
Copy link
Member

Choose a reason for hiding this comment

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

question: Do we call it "user access token"? Shouldn't it just be "access token"?

question: Maybe this could be the link to the contact support page?

Suggested change
2. Contact partnersuccess@mews.com to request user access to the Demo properties.
2. [Contact the partner succes team](../contact-support) to request user access to the Demo properties.

3. Provide the following details for each user to be added: Demo property name, user first and last name, and user email address.
Copy link
Member

Choose a reason for hiding this comment

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

suggestion: format this as list?

Suggested change
3. Provide the following details for each user to be added: Demo property name, user first and last name, and user email address.
3. Provide the following details for each user to be added:
- Demo property name
- User's first and last name
- User's email address

4. The TPSM team creates the user in the Demo properties.
Copy link
Member

Choose a reason for hiding this comment

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

issue: I don't think we call it TPSM in public docs, that's an internal naming.

5. An automated email will be sent to your email address to reset your password to log in into the Demo Property.
6. Reset the password.
7. Now, you can successfully log in into the Demo Property through [demo environment of Mews Operations](https://app.mews-demo.com).
Copy link
Member

Choose a reason for hiding this comment

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

nitpick:

Suggested change
7. Now, you can successfully log in into the Demo Property through [demo environment of Mews Operations](https://app.mews-demo.com).
7. Now, you can successfully log in into your demo property through the [demo environment of Mews Operations](https://app.mews-demo.com).


### Request limits

* 200 requests per `AccessToken` within 30 seconds
Expand Down