F-Mailbox
PRIVATE · INSTANT · DISPOSABLE

Your temporary inbox

Protect your real inbox from spam. Messages arrive instantly and everything disappears automatically after 10 minutes.

Live connection⏱ Expires in 09:52
InboxMessages update automatically.
GitHubsecurity@github.com
Your verification code is 843921Enter this code to verify your new sign-in.
Now ›
Notionwelcome@notion.so
Welcome to your new workspaceYour workspace is ready.
2m ›

Admin / Overview

Dashboard overview

Active mailboxes1,284✓ +12.4%
Messages today8,492✓ +8.1%
Avg. delivery0.42s✓ Healthy
Socket clients964✓ Live
Recent activityLive
EVENT RESOURCE STATUS
Mailbox created quiet.fox742 ✓ Success
Message received msg_01JAB8 ✓ Delivered
Cleanup completed 128 records ✓ Success
Quick configuration
API v1 · Stable

Simple API.
Temporary by design.

Base URL: https://api.f-mailbox.com/v1

GET /messages

Returns all messages associated with the queried email.

curl --request GET \
  --url 'https://api.f-mailbox.com/v1/messages?to={EMAIL}' \
  --header 'Content-Type: application/json'

Returns the complete payload for one temporary message.

{ "data": ["msg_01JAB8K4F2"] } }
GET /messages/{id}

Returns the complete payload for one temporary message.

{ "data": { "id": "msg_01JAB8K4F2", "subject": "Your verification code" } }
✓ Action completed successfully