List Domains
Get the current list of available domains.
GET
https://miniso.com.de/api/domains/[apikey]
Parameters
[apikey] - Key which you may have set in your Admin Panel of TMail.
Create Email
Validate the Email ID and provides a sanitized one.
GET
https://miniso.com.de/api/email/[email]/[apikey]
Parameters
[apikey] - Key which you may have set in your Admin Panel of TMail.
[email] - Email ID that you want to create.
Fetch Messages
Get email messages of the provided Email ID.
GET
https://miniso.com.de/api/messages/[email]/[apikey]
Parameters
[apikey] - Key which you may have set in your Admin Panel of TMail.
[email] - Email ID that you want to create.
Fetch Single Messages
Get email message based on the provided message ID.
GET
https://miniso.com.de/api/message/[message_id]/[apikey]
Parameters
[apikey] - Key which you may have set in your Admin Panel of TMail.
[message_id] - Message ID that you want to fetch.
Delete Message
Delete a specific email message with the given ID.
DELETE
https://miniso.com.de/api/message/[message_id]/[apikey]
Parameters
[apikey] - Key which you may have set in your Admin Panel of TMail.
[message_id] - Unique identifier for the specific message to delete.