Skip to content

Commit

Permalink
Update authentication.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Luyao-Zhang-1 committed Dec 29, 2023
1 parent 9db6d2e commit 2c428d0
Showing 1 changed file with 3 additions and 1 deletion.
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*.

0 comments on commit 2c428d0

Please sign in to comment.