You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "The Project Category API manages your project categories."
6
+
weight: 100
7
+
restapi: true
8
+
---
9
+
10
+
## Introduction
11
+
12
+
The Mendix Project Category API allows you to create, edit or delete your project categories.
13
+
14
+
## Authentication {#authentication}
15
+
16
+
Authentication for the Project Category API uses a personal access token (PAT).
17
+
18
+
### Generating a PAT {#generate}
19
+
20
+
For details on how to generate a PAT, refer to the [Personal Access Tokens](/mendix-profile/user-settings/#pat) section of *User Settings*.
21
+
22
+
Select the appropriate scopes, depending on the endpoints that need to be invoked. Refer to the [API Reference](#api-reference) for more information on which scopes to use in which endpoints.
23
+
24
+
Store the generated value somewhere safe so you can use it to authorize your API calls.
25
+
26
+
### Using the PAT
27
+
28
+
Each request must contain an `Authorization` header with the value `MxToken {GENERATED_PAT}`. For example:
0 commit comments