Skip to content

API Overview

The MailOven REST API lets you query, search, and delete emails programmatically. It's designed for test automation — poll for expected emails, assert on their content, and clean up after each test run.

Base URL

https://mailoven.com/api/v1

Authentication

All endpoints require a Bearer token in the Authorization header:

Authorization: Bearer mo_your_api_key

See Authentication for how to create and manage API keys.

Endpoints

MethodPathDescription
GET/api/v1/emailsList and search emails
GET/api/v1/emails/:idGet a single email
DELETE/api/v1/emails/:idDelete a single email
DELETE/api/v1/inboxClear an entire inbox

Response format

All responses are JSON. Successful responses return the data directly. Errors return an object with an error field:

json
{ "error": "Email not found" }

Rate limits

API requests are rate-limited to 50,000 requests per 24 hours per organization. See Rate Limits for details.

Disposable email inboxes for every teams