Check Domain
check_domainCheck if a domain is associated with disposable or temporary email services. Returns risk assessment, a 0-100 confidence score and the signals behind it. Pass your own Disify key as _apiKey — the keyless anonymous quota is shared and usually spent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain name to check, e.g. "mailinator.com". | |
| _apiKey | No | Optional but recommended: your own Disify API key (BYO — Pipeworx does not supply one). Without it the call uses the anonymous tier, whose daily quota is shared across all Pipeworx callers and is usually exhausted. Get one at disify.com. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain that was checked | |
| dns_valid | Yes | Whether DNS records exist for the domain | |
| disposable | Yes | Whether the domain is associated with disposable email services | |
| whitelisted | Yes | Whether the domain is whitelisted |