Create a new list
POST/lists
Create a new bookmark list. Lists can be manual (bookmarks are added explicitly) or smart (bookmarks are matched automatically by a search query).
Request
Responses
- 201
- 400
- 401
The created list.
Bad request — invalid input data (e.g., smart list missing query, or manual list with a query).
Unauthorized — the Bearer token is missing, invalid, or expired.