Gmailnator
https://www.emailnator.com The most advanced temporary email service on the web to keep spam out of your mail and stay safe. It offers you to use a real Gmail email address.
9.9/10 popularity
2196 ms avg latency
83% success rate
12 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Gmailnator endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| POST |
generateSingleEmail /api/emails/generate |
Generate Single Email |
| POST |
generateBulkEmails /api/emails/generate-bulk |
|
| POST |
listInboxMessages /api/inbox |
|
| GET |
getFullMessageContent /api/inbox/{messageid} |
Get the full content of the message. |
| DELETE |
deleteMessage /api/inbox/{messageid} |
Delete the Message |
| GET |
downloadAttachment /api/inbox/attachment/{messageId}/{attachmentId} |
Download Attachment |
| Other endpoints | ||
| POST |
Generate Email /generate-email |
## Generate Email This function will generate an email. ## Parameter Optional **option (Array)**: ` [1,2,3,4,5,6,8,9]` 1 - Generate public domain mail. 2 - Generate public… |
| GET |
Update Email /update-my-email |
Update Email |
| POST |
Bulk Emails /bulk-emails |
## Generate Email This function will generate bulk emails. ## Parameter Optional **limit**: int (max: 500) **option (Array)**: ` [1,2,3,4,5,6]` 1 - Generate public domain mail. 2… |
| POST |
Inbox /inbox |
#List of messages. Parameters: email*: enter the email address that you want to retrieve emails. limit(optional) : enter the number of messages you want to retrieve. (max limit… |
| GET |
Message /messageid |
Show the full message of an email. message id is required. |
| GET |
Delete /delete |
Delete message of an email. message id is required. |