About this endpoint
What it does
Verifies whether the provided email address is valid and deliverable. It accepts an email in the request body and returns a JSON object with a data boolean field indicating the result.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| String | Yes | Email address to verify. Must be in email format. | |
| disposable_checks | Boolean | No | When true (default), reject known disposable domains before MX verification. |
Response
Returns a JSON object with a data boolean field — true when the email is considered valid and deliverable, false otherwise.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Boolean | Yes | Verification result for the submitted email address. |