Disposable Email Domains API

View net/http

Quick start

curl -sS http://ded_merginit_com/healthz
curl -sS http://ded_merginit_com/blocklist
curl -sS -H "X-Admin-Token: <token>" -H "Content-Type: application/json" -d '{"entries":["foo.com","bar.io"]}' http://ded_merginit_com/blocklist
curl -sS -H "X-Admin-Token: <token>" -H "Content-Type: application/json" -d '{"url":"https://example.com/list.txt"}' http://ded_merginit_com/blocklist
curl -sS 'http://ded_merginit_com/check?q=test@example.com'
curl -sS http://ded_merginit_com/validate
curl -sS http://ded_merginit_com/psl
http://ded_merginit_com/report/check?input=test%40example.com
http://ded_merginit_com/report
Tip: add “| jq” to pretty-print JSON if you have jq installed.

Bulk add from URLs

Paste one or more URLs (one per line). Each URL should point to a plaintext list where non-empty, non-comment lines are domains.