Email Address
You can use the Email module by defining the emailAddress that you want to check to your request.
Endpoints
Method | URL |
POST |
|
Headers
Header | Value |
|
|
|
|
Request
Field | Type | Description |
emailAddress
|
| Email address used for transaction |
verifyEmail |
| If true, system will verify email address validity |
Response
Field | Type | Description |
fullName |
| Full name |
emailAddress |
| Email address |
validity |
|
|
isDisposable |
| Define whether the email is disposable |
smtp.isConnected |
| Define can we connected to the domain of the email? |
smtp.isFull |
| Define whether the email address mailbox is full |
smtp.isDeliverable |
| Define whether an email sent to this address is deliverable |
smtp.records |
| MX records of the email address |
images |
| Images of the email |
breaches |
| Is the email appear in the breach list |
isPrivateHost |
| Return true when it's a private email address (e.g. @google.com) |
isPublicHost |
| Return true when it’s a public email address (e.g. @gmail.com) |
isHighRiskHost |
| Return true when it’s a high risk email host (e.g. @gmail.my.id) |
isWhitelist |
| Define whether you have whitelisted this account number or not |
isBlacklist |
| Define whether you have blacklisted this account number or not |
score |
| Total accumulated credibility score of the Email Address |
Last updated