Lusha's API gives you programmatic access to contact and company data. To help you test requests quickly, Lusha provides a ready-to-use Postman collection with pre-configured endpoints and example requests.
π‘ Note: API access is available on Premium and Scale plans only.
Setting up the Postman environment
Click the Run in Postman button in the Lusha API documentation to import the collection, or find it directly in Postman.
In Postman, go to Environments and create a new environment.
Add a variable named
API_KEYand set its value to your Lusha API key.Make sure this environment is selected before running any requests.
Collection structure
Once imported, the collection is organised into the following folders:
Contact Enrichment β
GETPerson V2 (single) andPOSTPerson V2 BulkCompany Enrichment β
GETCompany (single) andPOSTCompany BulkFilters for Prospecting β company and contact filter primitives (industries, sizes, departments, seniority, locations, etc.)
Prospecting β Contact and Company Prospecting Search & Enrich (
POST)Credit Usage β
GETCredit Usage to check your account's credit consumption
Accessing saved examples
Each endpoint includes pre-saved examples showing the request structure, parameters, and expected responses.
Select any request in the collection.
Click the folder dropdown next to the request name.
Choose an example to view the saved request and response format.
Modify the parameters as needed and run the request to see live data.
Best practices
Store your API key using Postman's environment variables β never hard-code it.
Use the Save Responses feature to track changes in API output over time.
Check the Body tab for response data. API responses are in JSON format with fields such as
emails,phones, andcompany_info.Use Pretty view for easier readability.
For full API reference, see Lusha's API documentation. For questions, contact Support via the chat icon in your dashboard or email [email protected].


