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.
API v1 · Stable

Simple API.
Temporary by design.

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

GET /messages

Returns all messages associated with the queried email.

curl --request GET \
  --url 'https://f-mailbox.com/api/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