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
Quickstart
First verification in 5 minutes.
Authentication
API keys, Bearer tokens, and key rotation.
Rate limits
Quotas, headers, and backoff strategy.
Errors
Error codes, structure, and handling.
WebhooksRoadmap
Real-time event delivery and HMAC verification.
SDKsRoadmap
Official libraries for Node, Python, PHP, Ruby, Go.
Looking for the API Reference?
Full endpoint documentation with request/response schemas and interactive examples.
Go to API ReferenceMigrating from another provider?
Frequently asked questions
Answers checked against the API contract on .