Mailosaur
Mailosaur

How to test email and SMS with Postman

This article teaches you how to test email and SMS messages using Postman with the Mailosaur API.

Before you begin
A hashtag icon

If you don’t already have one, create a Mailosaur account.

Make sure you know how to send email to Mailosaur first. Once you have this working, you’re ready to start testing!

1. Create an API key
A hashtag icon

Account-level API keys allow you to access all the functions described in the API reference, and have access to all the servers in your account.

To create an account-level API key, you must be an Administrator or Account Owner on the account in question.

  1. Go to the Settings page in the Mailosaur Dashboard.
  2. Go to the API Keys page.
  3. Click the Create a Key button.
  4. In the dialog that appears, enter a name for your key.
  5. When you are finished, click Create.

For more information, see our guide on managing API keys.

2. Fork the Mailosaur Postman Collection
A hashtag icon

Mailosaur has a public Postman Collection which you can access by clicking the button below:

Run in Postman

Once you have the collection loaded, simply enter your API key from step 1 above into the Authorization tab, by ensuring the Basic Auth type is selected, with your API key entered as the Username. Once this is done you’re ready to start calling the endpoints in the collection!

Postman Authentication

Previous