Get bookmarks in a list
GET/lists/:listId/bookmarks
Retrieve a paginated list of bookmarks within the specified list. For smart lists, bookmarks are computed from the list's query.
Request
Responses
- 200
- 401
- 404
A paginated list of bookmarks in the specified list.
Unauthorized — the Bearer token is missing, invalid, or expired.
List not found.