Email Verifier API

Request:

curl --location 'https://proweblook.com/api/v1/checkemail?email=your_email&api_key=your_api_key' 

OR

Email Verifier API

GET https://proweblook.com/api/v1/checkemail

To check whether email exists or not.

Request Body

Response:

{"balance":3613,"status":true,"emailformat":true,"emailexist":true}

Last updated