POST /api/v1/public/lead-lists/
Create a new lead list with a specific name and type (people or company list).- Auth:
X-API-Key - Method:
POST
Request Body
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | Yes | - | Name of the lead list |
search_type | string | No | PEOPLE | Either PEOPLE or COMPANY to specify the type of lead list |
Response
Lead List Types
- PEOPLE: A list for individual prospects/contacts
- COMPANY: A list for companies/organizations
- For
PEOPLElists, useprospect_ids - For
COMPANYlists, usecompany_ids
