Links

Email Validation API

Validate email using the API
Endpoint:
https://api.murlist.com/validate
Required data:
In the request body, include data as follows:
{
"email": "[email protected]"
}

Understanding the required data:

email: The email you wish to validate.