Skip to main content
All CollectionsData Enrichment and APIAPI
API V2 - How to Adjust to the Changes
API V2 - How to Adjust to the Changes
Ella Madar avatar
Written by Ella Madar
Updated over a week ago

We’ve improved our API capabilities by adding a new API request. Until now, Lusha’s API allowed you to look up a person's data based on their name and the company, or the company domain they work for.

Starting today, you can enrich the person's information and ensure your lead lists are fresh and accurate with an email address or a LinkedIn URL only. If you’re interested in using these parameters in your API search, see the API documentation on how to add them.

Here’s how you adjust your API accordingly:

  • Start by changing the request address.

From

api.lusha.com/bulk/person

To

api.lusha.com/v2/person

  • The API filters were moved to a new object called ‘metadata’.

To Adjust, change the ‘filters’ to ‘metadata’ and ‘property’ to ‘filterBy’.

From

Filters.property

To

Metadata.filterBy

  • To ensure that your system is automatically updated with the latest contact information when an existing contact changes their role, include the 'refreshJobInfo' parameter in your API call, this is relevant only when you search by email or by name on person API.

Did this answer your question?