List Lists
GET
/v1/lists
Returns all reading lists for the authenticated user.
Response
Response fields
| Field | Type | Description |
|---|---|---|
id | string (UUID) | List ID |
name | string | List name |
description | string | Optional description |
is_public | boolean | Whether the list is publicly accessible |
share_token | string | Token for sharing the list |
item_count | integer | Number of posts in the list |