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
rawand attachment bytes. Use show when you need the MIME orcontent_base64.
Each row is the inbound payload. The API also adds drain_status.