Projects API

Last modified: May 23, 2024

1 Introduction

The Mendix Projects API allows you to create, edit or delete your projects.

2 Authentication

Authentication for the API uses a personal access token (PAT).

2.1 Generating a PAT

To generate a PAT, see the Personal Access Tokens section in User Settings.

Select the appropriate scopes, depending on the endpoints that need to be invoked. Refer to the API Reference for more information on which scopes to use in which endpoints.

2.2 Using the PAT

Each request must contain an Authorization header with the value MxToken {GENERATED_PAT}. For example:

GET /projects HTTP/1.1
Authorization: MxToken 7LJE…vk

3 API Reference