Lead Lists
Import Leads to List
Import leads into a specific lead list
POST
Bulk import leads into a list. Each lead object should contain at least an email field. Custom fields and CSV settings can be configured.
Path Parameters
The ID of the lead list to import into
Query Parameters
Your SmartLead API key
Request Body
Array of lead objects to import. Each lead should contain at minimum an email field, plus any additional fields like first_name, last_name, company, etc.
A name to identify this import batch (e.g., the source CSV filename)
Mapping of email fields in your data
Custom field definitions for your lead data
Import settings including
ignoreGlobalBlockList (boolean) to skip blocked domain checkingResponse Codes
Request successful
Invalid request parameters or malformed request body
Invalid or missing API key
Request validation failed. Check parameter types and constraints.
