πŸ› οΈ Tools

Secret Key(s) β€” 1 per line
πŸ”’ Keys never leave your browser β€” 100% client-side
πŸ”
Paste secret keys and click Get Codes
Credentials β€” 1 per line
πŸ“§
Paste credentials and click Read Inbox
From:
Select a mail to read
Email Address
πŸ“Š 0 domains Β· βœ… Online only Β· ⏳ Messages expire after 3 days
πŸ“¬
Generate an email and click Check Inbox
From:
Β© 2026 Temp Mail Tool | Powered by Tinyhost.shop
⚠ Email sαΊ½ bα»‹ xΓ³a sau 3 ngΓ y. KhΓ΄ng sα»­ dα»₯ng cho thΓ΄ng tin quan trọng.

πŸ“‘ API Documentation

All endpoints are relative to the server base URL. Responses are JSON.

πŸ” TOTP / 2FA Code
GET β€” Single code
GET /api/totp?secret=YOUR_SECRET
POST β€” Batch
POST /api/totp
{"secrets": ["SEC1", "SEC2"]}
Response
{"ok":true,"code":"185639","remaining":18}
Field Type Description
code string 6-digit TOTP code
remaining number Seconds until expiry (max 30)
ok boolean Success status
πŸ“§ Mail Reader (Hotmail/Outlook)
POST β€” Read Inbox
POST /api/hotmail/read
{"refreshToken":"M.C5...","email":"user@hotmail.com","top":20}
POST β€” Read Body
POST /api/hotmail/body
{"refreshToken":"...","messageId":"3","email":"...","folder":"INBOX"}
POST β€” Device Auth Start
POST /api/hotmail/device-start
POST β€” Device Auth Poll
POST /api/hotmail/device-poll
{"deviceCode":"..."}
πŸ“¬ Temp Mail
GET β€” Generate
GET /api/tempmail/generate
GET β€” Inbox
GET /api/tempmail/inbox?email=user@domain
GET β€” Detail
GET /api/tempmail/email/{id}?email=user@domain
Β© 2026 RandyN Toolkit Β· Stateless β€” your data is never stored