Email Validation API
Validate email using the API
Endpoint:
https://api.murlist.com/validateRequired data:
In the request body, include data as follows:
{
"email": "[email protected]"
}Understanding the required data:
email: The email you wish to validate.
Last updated
Was this helpful?