TempInbox.me Developer API

Automate email testing using the official TempInbox.me free API. Programmatically generate temporary disposable email addresses and fetch incoming messages directly within your applications.

Generate Email

POST https://tempinbox.me/api/generate

Returns a brand new generated email address.

Fetch Messages

GET https://tempinbox.me/api/messages/[your-email]

Returns a JSON array containing all messages actively received in the requested inbox.

Delete Inbox

DELETE https://tempinbox.me/api/delete/[your-email]

Destroys the routing session and purges all related emails from our server cache.