Skip to main content

What is Mailerfuse?

Mailerfuse is a powerful email verification service designed to help you ensure the validity of your email lists. Whether you’re cleaning up your subscriber list, improving deliverability, or reducing bounce rates, Mailerfuse provides accurate and reliable email verification, similar to ZeroBounce. Each email validation deducts one credit, so make sure you have enough credits in your account before making requests.

Getting an API Key

Mailerfuse uses API keys to authenticate requests. You can generate an API key through the Mailerfuse Dashboard.
API Key Generation

Authentication

To authenticate API requests, include your key in the x-api-key header:
Your API key is a secret and should be stored securely—never expose it in public repositories or frontend code.
curl -X POST "https://api.mailerfuse.com/email/verify" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{ "email": "[email protected]" }'

Next Steps

Now that you have an API key, you can start verifying emails. Check out our Endpoints Reference to get started. 🚀