Skip to main content

Add to List

POST
/v1/lists/{list_id}/items

Path parameters

ParameterTypeDescription
list_idstring (UUID)List ID

Request body

FieldTypeRequiredDescription
post_idstring (UUID)YesPost ID to add
curl -X POST https://twixb.com/api/v1/lists/5593f707-.../items \
  -H "X-API-Key: twxb_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"post_id": "a6afb505-640c-4daf-a27d-d9b6b1eb2a83"}'

Response

Returns the created list item.