We were asked by many companies to have an API so they can integrate AeroLeads with their software. So today we are finally launching our API.
Here is how you can use it.
1. Go to your profile page https://aeroleads.com/settings and note down your API key
2. To make a call to the server, use the following string
https://aeroleads.com/apis/details?first_name=pushkar&last_name=gaikwad&company_url=inboundio.com&api_key=your_api_key
For example, when I do –
https://aeroleads.com/apis/details?first_name=pushkar&last_name=gaikwad&company_url=inboundio.com&api_key=MY_API_KEY
I get the following
{"name":"Pushkar gaikwad","company_url":"inboundio.com","emails":[{"email":"pushkar@inboundio.com","status":"1.0"}]}
When I do this another time, with the following query
https://aeroleads.com/apis/details?first_name=pushkar&last_name=gaikwad&company_url=aeroleads.com&api_key=MY_API_KEY
I get
{"name":"Pushkar gaikwad","company_url":"aeroleads.com","emails":[{"email":"pushkar@aeroleads.com","status":"0.5"},{"email":"pushkar.gaikwad@aeroleads.com","status":"0.1"},{"email":"pgaikwad@aeroleads.com","status":"0.1"},{"email":"gaikwadpushkar@aeroleads.com","status":"0.1"},{"email":"pushkargaikwad@aeroleads.com","status":"0.1"},{"email":"pushkarg@aeroleads.com","status":"0.1"}]}
What does Status mean?
There will be 3 status
1.0 – Confirmed Email ID
0.5 – Server accepts all pings (email may be right)
0.1 – Unsure
Few things you want to note
1. It takes 5-10 seconds for us to find the email id.
2. Each API call will take 1 credit.
3. The API credit usage and payment work just like AeroLeads normal usage. When you are out of credits, you can always get more by buying/upgrading your credit plans.