Skip to main content

POST /api/v1/public/lead-lists/:id/add-leads/

Add prospects or companies to an existing lead list. The type of IDs you provide (prospect_ids or company_ids) should match the lead list type. Auth: X-API-Key

Path Parameters

  • id (integer, required): Lead list ID

Request Body (For People Lists)

Request Body (For Company Lists)

Response (People List)

Response (Company List)

Error Responses

400 Bad Request

404 Not Found

Workflow Example

  1. First, search for prospects using the /public/prospects/search/ endpoint
  2. Extract the IDs from the search results
  3. Add those IDs to your lead list using this endpoint

Example Usage