API Docs

Email finder API

Sample Email finder API request (using the GET method)

GET

https://gamalogic.com/email-discovery/

Input Parameters

YourFirstname (string)First name of the lead
YourLastname (string)Last name of the lead
YourDomain(string)Url of the company
apikey (string)Your 32-char API key from the dashboard
speed_rank (int)Here you can set the speed of verification. By default it is 0, More the rank less the speed, and more accuracy (default 0, min 1, max 5)

API Result (JSON)

“certified”Real-Time Validated
“email”Verified Email address
ErrorIf error then return true or false

Sample Response


“certified”: “verified”,
“email”: “jessica@gamalogic.com”,
“error”: false
}

Error Responses

{
“error”: True,
“error_code”: 102,
“error_message”: “Credits Exhausted please contact support@gamalogic.com”
}

List the error code with a detailed message.

You can contact our technical support for further troubleshooting support@gamalogic.com 

ERROR CODEERROR MESSAGES
101Unauthorized Access
102Credits Exhausted please contact support@gamalogic.com
103Contact support@gamalogic.com
104No Domain address to search email address
105No Names to search email address
curl "https://gamalogic.com/email-discovery/?firstname=YourFirstName&lastname=YourLastName&domain=YourDomain&apikey=yourAPIkey&speed_rank=0"

Make sure to replace your_api_key with your API key.