Gamalogic Email Validation API
Fastest and Accurate real time Email Validation API.
Gamalogic provides email address validation API services removes invalid email addresses from your list using most sophisticated AI technologies to prevent email bounces and improve quality of lead delivery metrics.
Our Real-Time Email Verification API can be easily integrated into your sign-up forms, applications and websites or into content management systems (CMS) like WordPress, Drupal, Typo3 or Joomla. We provide detailed code examples in variety of programming languages and technologies like Javascript, PHP, Python, Curl, Ruby Java, C#, VB.NET with our industry standards all you have to do is to send a simple HTTPS (SSL) request to our API servers! Each API request returns a standard JSON over REST interface with detailed description.
Example API request (using the GET method)
https://gamalogic.com/emailvrf/?emailid=youremailaddress&apikey=yourAPIkey&speed_rank=0
Input Parameters
emailid (string) | email address to validate |
apikey (string) | Your 32 char API key from 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)
do_you_mean (string) | If there is any typo error on the email address our API will provide you the suggested text from the string |
is_syntax_valid (boolean) | True if syntax is Ok |
is_role (boolean) | If the email address starts with admin@ or sales@ or contact@ OR INFO@ is_role is flagged as True |
is_disposable (boolean) | The temporary email address or one time use email address will be flagged as True |
is_catchall (boolean) | If the mail server accepts all email address, then this will be flagged as True |
is_valid (boolean) | True if the verified email address is valid one |
message (string) | Result will be displayed here |
is_unknown (boolean) | True if the address is not able to verify or having unknown result |
Sample Response
{
"gamalogic_emailid_vrfy": [
{
"do_you_mean": false,
"emailid": "bill.gates@microsoft.com",
"is_catchall": false,
"is_disposable": false,
"is_role": false,
"is_syntax_valid": true,
"is_unknown": false,
"is_valid": false,
"message": "Not Valid ID",
"resolved_time": 1.8817
}
]
}
Error Responses
The sample error response
{
"error": True,
"error_code": 102,
"error_message": "Credits Exhausted please contact support@gamalogic.com"}
}
List of the error code with detailed message.
You can contact our technical support for further troubleshooting support@gamalogic.com
ERROR CODE | ERROR MESSAGES |
101 | Unauthorised Access |
102 | Credits Exhausted please contact support@gamalogic.com |
103 | Error in Single email address validation api |
104 | Error in Bulk email address validation api |
105 | Contact support |
106 | Contact support |
107 | Contact support |
108 | No email address to verify in Bulk Verififcation |
109 | Maximum allowed 1000 email address for bulk verification in a batch |
110 | Error in Yahoo domains |
Get balance credits (GET HTTPS Request)
In order to get account credits balance, you will need to make a GET request as described below.
https://gamalogic.com/creditbalance/?apikey=Your_API_Key
Input Parameters
apikey (string) | Your 32 char API key from dashboard |
API Result (JSON)
{
"Credit_Balance": 10000
}
If you still face any issues contact our support team support@gamalogic.com
Email discovery also, commonly known as email finder, is an effective way to generate prospects by all means. Gamalogic provides API to search for an email address using first name, last name, or surname and the domain name. By domain, what we mean is the target's business URL or company URL. Hereby, using many combinations of the email address we check with the email server whether if this is valid or not. If that is a hit great we figure out the email address.
Our API is a plug-and-play tool that can integrate into any platform using any script like PHP, Python, Ruby on Rails, etc. this tool is widely used by developer to connect with CRM, LinkedIn email finder, Contact Enrichment etc. the best part is the sales team to have a direct contact with the leads, thus reduce the time of a sales cycle.
You can see there are many alternatives in the market like Lusha.com, Snov.io, Dropcontact.io, hunter.io. We stand out by providing the real time verified result rather than pulling results from database. Each API request returns a standard JSON results detailed description.
Sample Email discovery API request (using the GET method)
https://gamalogic.com/email-discovery/?firstname=YourFirstName&lastname=YourLastName&domain=YourDomain&apikey=yourAPIkey&speed_rank=0
Input Parameters
Firstname (string) | First name of the lead |
Lastname (string) | Last name of the lead |
Domain(string) | Url of the company |
apikey (string) | Your 32 char API key from 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 10) |
API Result (JSON)
"certified" | Real Time Validated |
"email" | Verified Email address |
Error | False |
Sample Response
{
"certified": "verified",
"email": "jessica@gamalogic.com",
"error": false
}
Error Responses
The sample error response
{
"error": True,
"error_code": 102,
"error_message": "Credits Exhausted please contact support@gamalogic.com"}
}
List of the error code with detailed message.
You can contact our technical support for further troubleshooting support@gamalogic.com
ERROR CODE | ERROR MESSAGES |
101 | Unauthorised Access |
102 | Credits Exhausted please contact support@gamalogic.com |
103 | Contact support@gamalogic.com |
104 | No Domain address to search email address |
105 | No Names to search email address |
Get balance credits (GET HTTPS Request)
In order to get account credits balance, you will need to make a GET request as described below.
https://gamalogic.com/creditbalance/?apikey=Your_API_Key
Input Parameters
apikey (string) | Your 32 char API key from dashboard |
API Result (JSON)
{
"Credit_Balance": 10000
}
If you still face any issues contact our support team support@gamalogic.com