About this endpoint
What it does
Verifies whether an email address is valid and deliverable. The request sends an email address, and the response returns a JSON object with a data boolean 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 means the email passed verification and deliverability checks; false means it did not.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Boolean | No | Verification result. |