Skip to content
Merged
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
8 changes: 2 additions & 6 deletions content/800-guides/330-management-api-basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ The API reference is also available via an [OpenAPI 3.1. spec](https://api.prism
First, you need to create a service token to be able to access the Management API:

1. Open the [Prisma Console](https://console.prisma.io/)
2. Navigate to the **Integrations** page of your workspace
3. Click **Generate integration token**
2. Navigate to the **Settings** page of your workspace and select **Service Tokens**
3. Click **New Service Token**
4. Copy and save the generated service token securely, you'll use it in step 2.2.

<!-- :::note
The **Generate integration token** is currently listed in the **Netlify** section. Don't get confused by this, the token will still work and the UI is going to be updated soon.
::: -->


## 2. Set up your project directory

Expand Down
Loading