Skip to content

Commit

Permalink
Merge pull request #7027 from mendix/lz-authentication
Browse files Browse the repository at this point in the history
Example for authentication
  • Loading branch information
Luyao-Zhang-1 authored Dec 29, 2023
2 parents 7d1505c + 2c428d0 commit a7a2bd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion content/en/docs/apidocs-mxsdk/apidocs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags: ["API", "API Key", "Authentication"]

## 1 Introduction

Most Mendix Platform APIs require their users to authenticate themselves. This is done by using API keys.
Most Mendix Platform APIs require you to authenticate yourself. This is done by using API keys.

## 2 Obtaining API Keys

Expand All @@ -22,3 +22,5 @@ Any call to the Mendix Platform APIs should be authenticated using the following

* `Mendix-Username` – the login name of the requesting user with the required privileges in the Mendix Platform
* `Mendix-ApiKey` – the API key of this user

For an example, see one of the [Request](/apidocs-mxsdk/apidocs/deploy-api/#list-environments-request) sections in *Deploy API – Version 1*.
2 changes: 1 addition & 1 deletion content/en/docs/apidocs-mxsdk/apidocs/deploy-api-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ HTTP Method: GET
URL: https://deploy.mendix.com/api/1/apps/<AppId>/environments
```

#### 3.4.2 Request
#### 3.4.2 Request {#list-environments-request}

**Request Parameter**

Expand Down

0 comments on commit a7a2bd9

Please sign in to comment.