Create List
Lists
Create List
Create a List and optionally attach existing Leads.
POST
Create List
CLI:
Overview
Creates a user List. PassleadIds to attach existing canonical Leads immediately; Lead records are not copied.
Common next steps are POST /api/lists/{id}/leads to attach existing Leads, POST /api/lists/import to import normalized Lead objects, or POST /api/leads/search with listId to bind a search task to the List.
This operation shares the URL path
/api/lists with get, update, and delete. Use the id returned in list.id for follow-up calls.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
List created. Returns the List with computed leadCount.
The freshly created List.