Download OpenAPI specification:Download
MineLead API helps you find company emails, generate leads, and create value for youself and for other.
Search for leads
trial
) key required | string Example: "myApiKey" |
domain required | string Example: "domain.com" |
name | string Example: "company name" If no domain is provided and name is given, search will be based on name |
max-emails | number Example: "max-emails=4" Display a maximum of 4 emails for a domain (optional) |
generic | boolean Example: "generic=true" Display only generic emails (optional) |
light-mode | boolean Example: "light_mode=true" Display only already found emails |
curl -L -X GET "https://api.minelead.io/v1/search/?domain=www.example.com&key=yourapikey&max-emails=4"
Check the validity of an email address
trial
) key required | string Example: "myApiKey" |
email required | string Example: "email@domain.com" |
firstname | string Example: "john" |
lastname | string Example: "doe" |
curl -L -X GET "https://api.minelead.io/v1/validate/?email=name@example.com&key=yourapikey&firstname=john&lastname=doe"
Find a professional email using a firstname and a lastname
trial
) key required | string Example: "myApiKey" |
domain required | string Example: "example.com" |
firstname required | string Example: "firstname" |
lastname required | string Example: "lastname" |
curl -L -X GET "https://api.minelead.io/v1/find/?domain=example.com&firstname=john&lastname=smith&key=yourapikey"
Generate leads from tags
trial
) key required | string Example: "myApiKey" |
tags | Array of strings |
List your leads
trial
) key required | string Example: "myApiKey" |
curl -L -X GET "https://api.minelead.io/v1/leads/?key=yourapikey"
Add a lead to your leads
trial
) key required | string Example: "myApiKey" |
Array of strings |
Edit a lead from your leads
trial
) key required | string Example: "myApiKey" |
Array of strings |
Delete a lead from your leads
trial
) key required | string Example: "myApiKey" |
Array of strings |
List your search history
trial
) key required | string Example: "myApiKey" |
start required | integer <int32> Example: 0 |
limit required | integer <int32> Example: 7 |
curl -L -X GET "https://api.minelead.io/v1/history/?start=0&limit=10&key=yourapikey"
List your campaigns
trial
) key required | string Example: "myApiKey" |
curl -L -X GET "https://api.minelead.io/v1/campaigns/?key=yourapikey"
List your campaigns recipients lists
trial
) key required | string Example: "myApiKey" |
curl -L -X GET "https://api.minelead.io/v1/campaigns/?key=yourapikey"
Create a recipient list
trial
) key required | string Example: "myApiKey" |
list_name | string |
emails | Array of strings |
Add or remove emails from a recipients list
trial
) key required | string Example: "myApiKey" |
id | number |
operation | string |
emails | Array of strings |
Get account informations
trial
) key | string Your api key |