Temporary Email Inbox

Email Detail

API Documentation

To use the API, you can perform the following requests:

  • GET /api/emails: Get the list of emails.
  • POST /api/emails: Create a new email.
  • GET /api/emails/{id}: Get email details by ID.
  • DELETE /api/emails/{id}: Delete email by ID.

Please make sure you have configured all necessary parameters before making requests.