Skip to main content

Get List

GET
/v1/lists/{list_id}
Returns a list with all its post items.

Path parameters

ParameterTypeDescription
list_idstring (UUID)List ID
curl https://twixb.com/api/v1/lists/5593f707-... \
  -H "X-API-Key: twxb_your_key_here"

Response

Returns the list object with an items array containing the saved posts.