Overview
Create
Create a new List
Update
Update List name and description
Delete
Delete a List
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /2/lists | Create a new List |
| PUT | /2/lists/:id | Update a List |
| DELETE | /2/lists/:id | Delete a List |
Example: Create a List
Example response
Getting started
Prerequisites
- An approved developer account
- A Project and App in the Developer Console
- User Access Tokens via OAuth 2.0 PKCE