Beta Access
Developer API
Programmatically generate emails and fetch messages directly from your application.
Authentication
Currently, the API is public and rate-limited by IP address. No API key is required for the free tier.
Endpoints
GET
/api/inbox/messages?id={inbox_id}Fetch all messages for a specific inbox ID.
curl "https://temporary-mail.online/api/inbox/messages?id=your_id"DELETE
/api/inbox/delete?id={inbox_id}Clear all messages from an inbox.
curl -X DELETE "https://temporary-mail.online/api/inbox/delete?id=your_id"