Was this helpful?
Returns information about whether an email address uses a disposable domain, along with additional details about the email and domain.
The email address to check
user@example.com
GET /email/{email} HTTP/1.1 Host: api.usercheck.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Email check successful
{ "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, "spam": false }