Email Check

Email endpoint enables you to verify the accuracy and age of email address, associated social media accounts, associated names and much more information.

If you are looking to screen and remove fraudulent users, this API gives you a wealth of information.

Sample Request:

{
    "template_id" : "{{YOUR_TEMPLATE_ID}}",
    "user_data": {
        "email_address": "[email protected]"
    }
}