Temporary Mail API
The Temporary Mail API is a powerful and easy-to-use API that provides temporary disposable email addresses for developers, businesses, and individuals who need a quick and anonymous way to receive emails. This API helps users protect their privacy, avoid spam, and automate email-based testing processes. With our RESTful API, you can create temporary email addresses, fetch received messages,…
Temporary Mail API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List Available Domains /domains/{apikey} |
{ "status": "success", "data": { "domains": { "1": "site1.com", "2": "site2.com", "3": "site3.com" } } } |
| POST |
Create a Temporary Email /email/create/{apikey} |
{ "status": "success", "data": { "email": "[email protected]", "email_token": "generated_token", "deleted_in": "2025-12-02 20:38:13" } } |
| GET |
Fetch Emails for a Given Email Token /messages/{email_token}/{apikey} |
{ "status": "success", "data": { "mailbox": "[email protected]", "messages": [ { "subject": "test email", "is_seen": false, "from": "Ramos Kelly", "receivedAt": "2025-12-02… |
| POST |
Delete Email /email/delete/{email_token}/{apikey} |
Delete email |
Temporary Mail API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA Recommended | $20 / month | — |
|
| MEGA | $50 / month | — |
|