Get List
GET
/v1/lists/{list_id}
Returns a list with all its post items.
Path parameters
| Parameter | Type | Description |
|---|---|---|
list_id | string (UUID) | List ID |
Response
Returns the list object with anitems array containing the saved posts.Get a reading list with its items.
/v1/lists/{list_id}
Returns a list with all its post items.
| Parameter | Type | Description |
|---|---|---|
list_id | string (UUID) | List ID |
items array containing the saved posts.