Skip to main content

Create List

POST
/v1/lists

Request body

FieldTypeRequiredDescription
namestringYesList name
descriptionstringNoDescription
curl -X POST https://twixb.com/api/v1/lists \
  -H "X-API-Key: twxb_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"name": "Weekly Highlights", "description": "Best posts of the week"}'

Response

Returns the created list object. See List Lists for the full response schema.