XminMail

# Every other temp-mail API makes you poll Create an address, then sit in a loop asking *"anything yet?"* every two seconds — paying for each empty answer — until the code finally shows up. **XminMail just tells you.** Register an HTTPS endpoint and the message arrives at your server the moment it lands. Signed, retried automatically, and it never touches your request quota. > Measured on a…

1 subscribers
8.6/10 popularity
563 ms avg latency
77% success rate
13 endpoints
The in-depth APIMemo review for this API hasn't been published yet — the data below comes straight from the public marketplace listing.

XminMail endpoints

MethodEndpointDescription
Inbox
DELETE deleteInbox
/v1/inbox/{id}
Immediately removes the inbox, its messages, its attachments and its stored sources. Irreversible, and the address stops accepting mail at once.
POST extendInbox
/v1/inbox/{id}/extend
Adds one hour, up to a total lifetime of 24 hours from creation. `extended_by` reports the time actually gained, which is 0 once the ceiling is reached.
GET getInbox
/v1/inbox/{id}
Returns when the inbox expires, how much it holds and whether a webhook is registered. Use it to decide whether to extend before the inbox disappears.
POST createInbox
/v1/inbox
Creates a disposable inbox and returns its address plus the bearer token used for every later call on it. The token is shown once and cannot be recovered. Everything the inbox…
Messages
GET getMessage
/v1/inbox/{id}/messages/{messageId}
Returns the headers, the plain-text body, the HTML body and the attachment list. `html_body` is sender-controlled: sandbox or sanitize it before rendering.
GET getMessageSource
/v1/inbox/{id}/messages/{messageId}/source
Returns the message exactly as it arrived, headers and MIME parts intact, as `message/rfc822`. Use it to inspect SPF, DKIM and DMARC results, to debug a sender, or to hand the…
DELETE deleteMessage
/v1/inbox/{id}/messages/{messageId}
Removes the message, its attachments and its stored source, and frees the quota they held so the inbox can receive more.
GET listMessages
/v1/inbox/{id}/messages
Newest first by arrival time, so a forged Date header cannot push a message to the top. Returns summaries only - fetch a message by id for its body.
Attachments
GET downloadAttachment
/v1/inbox/{id}/attachments/{attachmentId}
Streams the attachment bytes with its original filename and content type. Supports HTTP Range requests for resumable downloads.
GET listMessageAttachments
/v1/inbox/{id}/messages/{messageId}/attachments
Returns attachment metadata without the message bodies - useful when you only need to know what is attached before deciding whether to download it.
Webhooks
PUT setWebhook
/v1/inbox/{id}/webhook
Registers an HTTPS endpoint that receives a POST for every message this inbox gets - the alternative to the WebSocket stream for clients that cannot hold a socket open.…
Service
GET listDomains
/v1/domains
Returns every domain this service accepts mail for. Pass one of these as `domain` when creating an inbox; omit it to get the default. Call this instead of hardcoding a domain, so…
GET getHealth
/health
Returns 200 while the service can serve requests, and 503 when it is running but misconfigured. Requires no credentials and touches no inbox data. Safe to poll from an uptime…

XminMail pricing

PlanPriceRate limitQuotas
BASIC Free 5 / second
  • Requests: 15,000 / monthly
PRO $9 / month 20 / second
  • Requests: 100,000 / monthly (then $0.0002 each)
ULTRA Recommended $29 / month 50 / second
  • Requests: 500,000 / monthly (then $0.0001 each)
MEGA $99 / month 100 / second
  • Requests: 3,000,000 / monthly (then $0.0001 each)

More Email APIs

View all →
  • inboxes.com is a temporary email API that lets applications programmatically create disposable inboxes,…

    ReviewedEmailFreemium16.5k subscribers
  • API for Gmailnator Website

    EmailFreemium
  • email verification

    EmailFree
  • Basically, a disposable or [temporary gmail](https://smailpro.com) address allows you to sign up for a…

    EmailFreemium212 subscribers
  • Email address validation API

    EmailFreemium1.1k subscribers
  • The Temporary Mailbox API provides a seamless solution for managing disposable email accounts and handling…

    EmailFreemium555 subscribers