Add to List
POST
/v1/lists/{list_id}/items
Path parameters
| Parameter | Type | Description |
|---|---|---|
list_id | string (UUID) | List ID |
Request body
| Field | Type | Required | Description |
|---|---|---|---|
post_id | string (UUID) | Yes | Post ID to add |
Save a post to a reading list.
/v1/lists/{list_id}/items
| Parameter | Type | Description |
|---|---|---|
list_id | string (UUID) | List ID |
| Field | Type | Required | Description |
|---|---|---|---|
post_id | string (UUID) | Yes | Post ID to add |