2FA Online
Notepad Online
Vui lòng xoá dữ liệu sau khi dùng - F5 nếu không hiển thị note

Domain List

Retrieve the list of currently supported domains.

GET


https://trumemail.com/api/domains/[apikey]

Parameters:

  • [apikey] - Contact the admin to obtain your API key.

Create Random Domain Email

Create an email with a random domain.

GET

https://trumemail.com/api/email/[email]/[apikey]

Parameters:

  • [apikey] - Contact the admin to obtain your API key.
  • [email] - Email ID, which is the username of the email you want to create.

Create Specific Domain Email

Create an email using a specific domain.

GET

https://trumemail.com/api/email/[domain]/[apikey]

Parameters:

  • [apikey] - Contact the admin to obtain your API key.
  • [domain] - The domain you want to choose from the domain list.

Get Email Content

Retrieve the email messages of the provided Email ID.

GET

https://trumemail.com/api/messages/[email]/[apikey]

Parameters:

  • [apikey] - Contact the admin to obtain your API key.
  • [email] - Email ID, which is the username of the email you want to create.

Delete Email Content

Delete a specific email message.

DELETE

https://trumemail.com/api/message/[message_id]/[apikey]

Parameters:

  • [apikey] - Contact the admin to obtain your API key.
  • [message_id] - The specific email message you want to delete.

For any additional information or support, please refer to the official Tmail documentation or contact our support team.