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

Name
Type
Description

email*

string

email which you want to check

api_key*

string

Your Proweblook api key

Response:

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

Last updated

Was this helpful?