Email Verification

Verify an email address

POST {{URL}}/api/v2/biometrics/merchant/data/verification/emailage

Headers

NameTypeDescription

x-api-key*

String

your secret key

app-id*

String

your app id

Request Body

NameTypeDescription

email*

String

your email address

{
    "status":true,
    "response_code":"00",
    "detail":"Verification Successful",
    "data":{
       "email": "",
       "did_you_mean": "",
       "user": "",
       "domain": "",
       "format_valid": true,
       "mx_found": true,
       "smtp_check": false,
       "catch_all": false,
       "role": false,
       "disposable": false,
       "free": false,
       "score": 0.5
     },
     "verification": {
        "status": "",
        "reference": ""
    }
    
}

Last updated