v1
latestOpenAPI 3.0.02026-07-1314094.0 KBValidate email addresses and retrieve additional information
This method provides an additional layer of validation for your system. While validating email syntax is important, it is not sufficient.
This method goes beyond syntax validation by checking the domain’s validity, the availability of the Mail Service, detecting Disposable Email (Temporary Emails), etc. By utilising this method, you can ensure a more thorough validation process for email addresses.
Query parameters
The email command is used to specify the email you want to validate.
The format command is used to get a response in a specific format.
The userID command can be used to identify requests sent by specific users to monitor in the Events Page.
The mode command is used to in the development stage to simulate the integration process before releasing it to the production environment.
Expected values: live, or test.
The callback command can help you make the response as a JSONP format.
Expected values: any name that can be used as a function name in Javascript, e.g: myFunctionName.
Response
OK