What Lists Do
- Collect Leads from search, imports, signals, and manual additions.
- Add or generate enrichment columns for qualification.
- Review rows before moving leads into outreach.
- Export or hand off a cleaned set of targets.
Which List API Should I Use?
| Need | Endpoint |
|---|---|
| Create or list Lists | /api/lists |
| Read or rename one List | /api/lists/{id} |
| Page through Leads in a List | /api/lists/{id}/leads |
| Add or remove existing Leads | /api/lists/{id}/leads |
| Populate from Lead Search | POST /api/leads/search with optional listId |
Related Concepts
Leads
The records lists organize.
Campaigns
The outreach flow lists can feed.