Create a new empty list and seed it with 11 built-in columns.
POST /api/lists/{id}/rows to add rows manually, POST /api/lists/{id}/import for a CSV, POST /api/lists/import-sales-nav for a Sales Navigator URL, or POST /api/leads/search with the new list’s id to kick off a lead search that auto-populates rows. If built-in column seeding fails, the list row is rolled back so you never end up with an orphan “half-initialized” list.
/api/lists with other verbs. See the sibling page for related operations on the same resource.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Create a new empty list. The list is seeded with 11 built-in columns (name, role, company, location, domain, linkedin, headline, seniority, departments, functions, experience) ready for row imports.
Display name. Defaults to "Untitled Sheet" when omitted or blank.
List created. Returns the full list summary; row/company counts start at 0.
The freshly created list. No row/company counts attached — the list is empty until rows are imported.