Skip to main content

Create a Mailbox

First thing you need to do is to create a mailbox. You will need to define a Sender Domain and you will be provided a token which is used to authenticate to read the inbox.

curl https://mailloop.org/create/newproject.com

Results to:

{
"retcode": 200,
"email": "plain.scene@mailloop.org",
"token": "757800ad-b710-49f1-885a-18be45880942",
"expires": "2022-04-15T22:20:18.322Z",
"fromdomain": "newproject.com"
}

Please note: newproject.com is used for demonstration purphoses, you need to put your own Sender Domain.

As you see every mailbox an expiration (10 Minutes for now) and you will be provided a token which you will need by /read endpoint.