Our Email Validation Service provides a comprehensive set of checks to verify email addresses. The validation process includes the following key steps:
We know that automation is important, so we provide you with our API's so you can build on top of our application and automate your process. To use our Email Validation Service in your application, you can integrate with our API. Here are the basic steps to get started:
Once logged into the application, go to your account settings and under API you can find your API keys and optional IP whitelisting/blacklisting.
Make sure you keep your API keys safe
Following API endpoints are available:
Method
GETHeaders
Endpoint
https://api.vetobounce.com/user/credits
Method
POSTHeaders
Endpoint
https://api.vetobounce.com/verify/single
Body
{ email: string }
Method
POSTHeaders
Endpoint
https://api.vetobounce.com/finder/single
Body
{ "firstName": string, "lastName": string, "website": string }
Method
POSTHeaders
Endpoint
https://api.vetobounce.com/verify/file
Method
POSTHeaders
Endpoint
https://api.vetobounce.com/verify/list
Body
{
emails:[
string,
string,
string,
string
]
}
Method
POSTHeaders
Endpoint
https://api.vetobounce.com/finder/file
Method
POSTHeaders
Endpoint
https://api.vetobounce.com/finder/list
Body
{
people:[
{"firstName": string, "lastName": string, "website": string },
{"firstName": string, "lastName": string, "website": string },
{"firstName": string, "lastName": string, "website": string },
{"firstName": string, "lastName": string, "website": string }
]
}