About this endpoint
What it does
Checks whether the provided email address belongs to a known disposable domain and returns the email, its domain, and a boolean flag indicating whether it is disposable.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| String | Yes | The email address to inspect. |
Response
Returns a JSON object with email, domain, and disposable fields. email and domain are strings, and disposable is a boolean indicating whether the domain is disposable.
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| String | No | The email address that was checked. | |
| domain | String | No | The domain extracted from the email address. |
| disposable | Boolean | No | true if the domain is disposable, otherwise false. |