# Email Verifier API

## Request:

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

## &#x20;                                        OR

## Email Verifier API

<mark style="color:blue;">`GET`</mark> `https://proweblook.com/api/v1/checkemail`&#x20;

To check whether email exists or not.

#### Request Body

| Name                                       | Type   | Description                   |
| ------------------------------------------ | ------ | ----------------------------- |
| email<mark style="color:red;">\*</mark>    | string | email which you want to check |
| api\_key<mark style="color:red;">\*</mark> | string | Your Proweblook api key       |

## Response:

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