freeapis

DropMail

GraphQL API for creating and managing ephemeral e-mail inboxes

Authentication
No auth
HTTPS
Yes
CORS
Unknown
Category
Email

Overview

DropMail provides ephemeral inboxes via GraphQL — a token is required (a short/missing token returns 403, verified).

Quick Start

GraphQL (replace YOUR_TOKEN):

curl -X POST "https://dropmail.me/api/graphql/YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"query":"{ availableDomains }"}'
{ "errors": [ { "extensions": { "code": "authentication_error" }, "message": "token_too_short" } ] }

Authentication

  • Generate a token on dropmail.me.
  • Put it in the path (short/missing → 403, verified).

Rate Limits & Notes

  • Free; be polite — no hard published limit.
  • Ephemeral inboxes.

FAQ

Is DropMail free? Yes — free.

Why 403? The token is too short/missing (verified) — use a real token.

What’s the auth style? Token in the GraphQL path.

More in Email

APIAuthHTTPSCORS
AGPC Domain Check

Check a domain's SPF, DKIM, DMARC and MX with a graded shareable report

No authYesYes
Atomic Mail

Email for AI agents: programmatic inbox creation and send/receive over JMAP

API KeyYesUnknown
Cloudmersive Validate

Validate email addresses, phone numbers, VAT numbers and domain names

API KeyYesYes
Disify

Validate and detect disposable and temporary email addresses

No authYesYes
Email Validation

Validate email addresses for deliverability and spam

API KeyYesYes