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": "example@testemail.com"
}

Understanding the required data:

email: The email you wish to validate.

Last updated