ShadowInbox
📬 ShadowInbox – Temporary Email for Private Moments ShadowInbox is a lightweight, privacy-focused temporary email service that lets you create disposable inboxes in one click — no signup, no tracking, no strings attached. 🔐 Key Features: Instant inbox creation – generate a unique email address with one click Receive emails in real-time – no refresh required Supports full HTML and plain-text…
ShadowInbox endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Generate a random email address /api/emails/generate |
📬 API: Generate Random Temporary Email Address This API generates a temporary, unique email address under the fixed domain mjjycp.com. |
| GET |
Get Email Messages /api/emails/{emailId} |
📨 API: Get Email Messages Retrieves the list of emails received by a temporary inbox identified by its emailId. Supports cursor-based pagination. |
| GET |
Get Single Email Message Content /api/emails/{emailId}/{messageId} |
✉️ API: Get Single Email Message Content Retrieves the full content of a specific email received by a temporary inbox. Path Parameters **emailId **(string, required) – The unique… |