Was this helpful?
Returns information about whether an email address uses a disposable domain, along with additional details about the email and domain.
/email/{email}
The email address to check
user@example.com
Email check successful
Invalid email format
Rate limit exceeded
curl -L \ --url 'https://api.usercheck.com/email/{email}' \ --header 'Authorization: Bearer <token>'
{ "status": 200, "email": "user@example.com", "domain": "example.com", "mx": false, "disposable": false, "public_domain": false, "relay_domain": false, "alias": false, "role_account": false, "did_you_mean": null, "blocklisted": false }