Create a key to copy examples filled with your team.

Managing received emails

Poll stored mail or open it in the inbox.

Mail is stored for 168 hours, then purged. Open it on the inbox page, or poll the API. The list is newest first.

Poll

GET /api/v1/inboxes/:id/inbound_messages returns up to 200 alive messages. Show one message to get the raw MIME and attachment content_base64.

poll.sh
1 curl -sS -H 'Authorization: Bearer YOUR_API_KEY' \
2 https://postshiba.com/api/v1/inboxes/3/inbound_messages

Index omits raw and attachment bytes. Use show when you need the MIME or content_base64.

Each row is the inbound payload. The API also adds drain_status.

About

PostShiba is the transactional email platform that powers Bento behind the scenes. You can build your own products, like Bento, on top of it.

© 2026 PostShiba by Backpack Internet Pty. Ltd. All rights reserved.

The same policies that govern Bento are applied to PostShiba Privacy | Terms | Security