DropMail
GraphQL API for creating and managing ephemeral e-mail inboxes
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Documentation / URL
- https://dropmail.me/api/#live-demo
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
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AGPC Domain Check Check a domain's SPF, DKIM, DMARC and MX with a graded shareable report | No auth | Yes | Yes | ↗ |
| Atomic Mail Email for AI agents: programmatic inbox creation and send/receive over JMAP | API Key | Yes | Unknown | ↗ |
| Cloudmersive Validate Validate email addresses, phone numbers, VAT numbers and domain names | API Key | Yes | Yes | ↗ |
| Disify Validate and detect disposable and temporary email addresses | No auth | Yes | Yes | ↗ |
| Email Validation Validate email addresses for deliverability and spam | API Key | Yes | Yes | ↗ |