API Docs
Verify a batch of emails
Verify a batch of emails. Up to 100,000 emails can be sent per batch.
Ensure that all parameters are sent in the HTTP request body, not in the query string portion of the URL.
If a URL is specified, the results will be sent to it via HTTP POST upon batch completion. The body will be JSON data.
When a test key is used, a successful batch creation response will be returned along with an example batch id. Additionally, it is possible to simulate certain API responses when using a test key by utilizing the simulated parameter.
HTTP Request
POST
https://gamalogic.com/batchemailvrf
Parameters
Parameter | Required | Description |
your_api_key (string) | True | Your 32-char API key from the dashboard |
speed_rank (int) | False | 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) |
data (JSON) | True | You can Email address list as mentioned below in JSON format |
Returns JSON result structured like this:
{
“batch id”: 100001,
“message”: “Your batch is being processed.”,
“error”: false,
“total count”: 100000,
}
“batch id”: 100001,
“message”: “Your batch is being processed.”,
“error”: false,
“total count”: 100000,
}
Attribute | Type | Description |
batch id | integer | This id is used further to download the verified batch and to check the status |
error | boolean | True, if there is any error |
message | string | The result will be displayed here |
total count | integer | Total email address uploaded to verify |