Protect from trial abuse
You already know which domains are risky. Block signup from those emails using the Blacklist API.
Block unwanted emails and domains in real time and reject risky registrations using a single API response.
No credit card required. Test it with free credits.
Use API to block unwanted emails
Use `block` field for allow/deny
Add exact emails or full domains
Manage blacklist via API or dashboard
Block unwanted emails directly in API response without writing and maintaining custom blocking logic across backend services.
You already know which domains are risky. Block signup from those emails using the Blacklist API.
Remove unwanted emails from your email list and save money on email campaigns using the Blacklist API.
Block unwanted signups at registration, use less server capacity, fewer third-party API calls, and reduce wasted operational costs.
Add risky emails or domains once, then use the `block` field in each verification response to decide whether to allow signup.
Add exact emails like `[email protected]` or full domains like `example.com` in dashboard or API.
Call `/v1/verify` with user email at registration and receive the full verification data.
If `block: true`, reject signup.
Verification API response example
GET /v1/[email protected]\nX-API-Key: your-api-key\n\n{\n "valid": true,\n "block": true,\n "domain": "rambler.ru"\n}Exact email
Domain
`example.com`
Real founders and product owners using the `block` field to keep fake signups out while keeping good customers in.
Founder, AI startup
“After we blocked a handful of obvious abuse domains, trial abuse dropped and we stopped burning resources on free plans that never convert. It was a small change that finally made trials cost what they should.”
CEO, marketing agency
“With Blacklist API we cleaned our email list from useless addresses and now save real money on every campaign we send.”
Product Owner, SaaS platform
“Using the `block` field we simply do not let obvious abusers register, so new accounts are real customers instead of throwaway profiles.”
Use the `block` field from the verification response. This field already includes blacklist and whitelist rules.
Yes. Add a domain like `example.com` and all emails on this domain can be blocked automatically.
Yes. You can add exact addresses like `[email protected]` for precise blocking rules.
Not always. `valid` is about email validity and deliverability checks. For allow/deny policy use `block` field.
Yes. Start with free trial credits and test blacklist behavior in real requests.