Private betaMailbeam is in private beta — the public API isn't live yet.Join the waitlist

Migration Guides

Switching from another email verification provider? Each guide maps your current endpoints and response fields to the Mailbeam API, with drop-in code examples so you can migrate without rewriting your integration.

Migrating an email verification provider changes three things and nothing else: the endpoint URL, the authentication scheme, and the names of the fields you read off the response. The call site stays where it is, so a provider can be swapped one code path at a time — and both can run side by side while you compare results.

Guides available
7 providers
New endpoint
POST https://api.mailbeam.dev/v1/verify
New auth
Authorization: Bearer mb_live_…
Check first
How catch-all verdicts map across

New to the API?

Start with the quickstart to make your first verification, then browse the full endpoint reference.

Frequently asked questions

Answers checked against the API contract on .