Dokaz APIDocs › Email Verify

Disposable email detection API

Sign-up fraud, coupon abuse and trial farming all start with a disposable inbox. This endpoint checks the domain against a curated list of several hundred throwaway providers plus pattern rules, and returns the result alongside the full verification.

Request

curl "https://api.dokaz.net/v1/email/verify?email=someone%40mailinator.com"

Look at checks.disposable; valid is false whenever the domain is disposable.

Try it live — this runs against the free tier from your browser.

Pricing

100 calls a day are free with no key. Need more? Starter is $9/month for 10,000 calls across every product, key issued instantly.

Questions

How current is the list?

It ships inside the API and is refreshed with every deploy. Pattern rules catch new providers that follow the usual naming (temp-mail, trashmail, throwawaymail).

What about role accounts like info@ or sales@?

Those are flagged separately as checks.role_account, and lower the score without making the address invalid.

Related