Find email addresses or phone numbers with a highly reliable API.
To use EuroLead API, first you will need to register on the website and create an API key here - https://www.euro-lead.com/integrations.
API keys should be kept secret and avoid sharing it with others. Sharing EuroLead API keys will allow others to make EuroLead API calls using your paid credits.
Total remaining credits can be found in HTTP response header X-Credits-Left. Or alternatively use special API method.
EuroLead API also returns following HTTP status codes to indicate success or failure of request.
Callback url is a url to be provided by a client side Application Developer.
API endpoint - POST https://www.euro-lead.com/api/v1/candidate/search
Parameter | Place | Type | Description | Example |
---|---|---|---|---|
apikey | Request header | String, required | Your secret API key to authenticate request | apikey: testapikey |
items | Request body | Json string, required | Array of LinkedIn urls, emails or phones | "items":["https://www.linkedin.com/in/url1", "[email protected]", "+44 0 808 189 3171"] |
callbackUrl | Request body | String, required | Callback url on your domain will be POST requested by EuroLead once search requests are processed. | "callbackUrl": "https://www.yourdomain.com/yourUrl" |
Example request and response
Which should respond something like : {"requestId":1} and status code 201.
Example request and response
Data posting is considered successful if callback url returns 200 HTTP response. If callback url is unresponsive during initial reporting or if it's not able to connect successfully, 3 retries will be made. If callback url fails to return 200 during retry, it will be considered fail and discarded for further attempt.
Status "success" indicates that individual data is collected and ready to return. Status "failed" indicates that server cannot find anything about candidate, for example because given LinkedIn url is not valid. If all contacts credits are used, returned status will be "credits_are_over" for all candidates.
API endpoint - GET https://www.euro-lead.com/api/v1/credits
Request parameters
Parameter | Place | Type | Description | Example |
---|---|---|---|---|
apikey | Request header | String, required | Your secret API key to authenticate request | apikey: testapikey |
Example request and response
Which should respond something like : {"credits":27} and status code 201.
By using EuroLead API you agree with our Terms of Use, Privacy Policy, and GDPR Compliance