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

Mailbeam Documentation

Everything you need to integrate real-time email verification into your application.

Mailbeam is a REST API for verifying whether an email address can actually receive mail. You send one address to POST /v1/verify and get back a status, a score and the reason behind it, or you submit up to 500,000 addresses to POST /v1/verify/batch and collect the results asynchronously. Authentication is a Bearer token; there is nothing else to install.

Base URL
https://api.mailbeam.dev
Current version
/v1/ — 12 months deprecation notice
Auth
Authorization: Bearer mb_live_…
Batch ceiling
500,000 addresses per job

Looking for the API Reference?

Full endpoint documentation with request/response schemas and interactive examples.

Go to API Reference

Frequently asked questions

Answers checked against the API contract on .