GetLeadsFromList
Headers
API key header using this scheme. Example: “X-API-KEY: {API_KEY}”
API key header using this scheme. Example: “X-API-KEY: {API_KEY}”
Get a paginated collection of leads from a lead list. Get up to 1000 leads per request.
listId: The id of the lead list.
keyword (optional): A search term to filter leads by name or other relevant fields.
leadProfileUrl (optional): the linkedIn profile url of the lead, for example ‘https://www.linkedin.com/in/john-doe/’
leadLinkedInId (string, optional): The LinkedIn ID of the lead. You can find this ID as “linkedin_id” in the response of many of our endpoints, for example in the ‘/api/public/lead/GetLead’ endpoint.
createdFrom (string, ISO 8601): Specifies the start date and time for filtering leads based on their creation timestamp. Only leads created on or after this date will be included. Can be ommited.
createdTo (string, ISO 8601): Specifies the end date and time for filtering leads based on their creation timestamp. Only leads created before or at this date will be included. Can be ommited.