Was this helpful?
Returns information about whether a domain is used for disposable email addresses, including MX record presence, public email service status, and more.
/domain/{domain}
The domain to check
example.com
curl -L \ --url 'https://api.usercheck.com/domain/{domain}' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "status": 200, "domain": "example.com", "mx": false, "disposable": false, "public_domain": false, "relay_domain": false, "did_you_mean": null, "blocklisted": false, "spam": false }