10 Tips for Working with Postman Variables

This is a follow-up to our popular post about introducing variables in Postman. Variables are a fundamental concept in programming, and in…

Librarian: Building a Serverless Slack App Using Postman and Airtable

At Postman, some of us are avid readers, and we have a nice little library at our office where we share our…

Audit your AWS infrastructure with Postman

With the advent of cloud infrastructure services, both singular users and organizations are migrating to newer, more streamlined platforms. With the convenience…

Set and view SSL certificates with Postman

  If this topic interests you, check out this related post about SSL certificates. Secure Sockets Layer (SSL) certificates are a way…

Postman Makes SOAP Requests Too

Update, April 2020: If you want to read the latest about SOAP requests, check out our new post called Making SOAP Requests…

Using a Postman monitor to water my plants ?

Maybe you think Postman monitors are only for your QA or DevOps team to make sure your API endpoints are up and…

Run collections with file uploads using Newman

People have asked how to use the collection runner to run collections which have requests with file uploads. Right now, it’s not possible…

Write to your local file system using a Postman Collection

We’ve seen it’s super useful to use an inbound webhook to pipe information gathered by Postman to a Slack channel for scheduled…

Integrate API tests with Postman, Newman, and Travis CI

API testing is hard, but it doesn’t have to be. Postman makes it easy to write tests, make sure they’re working, set…

Setting up multi region API tests in Postman

Postman helps you overcome API latency challenges with its multi region support feature. You can select geographical locations to monitor and measure…

Keep track of GitHub issues using a Postman collection

At Postman, we have a support page on GitHub for the Postman community to submit bugs and request new features. Our team works…

API Testing Tips from a Postman Professional

As an engineer at Postman, I talk to a lot of people who use Postman to test their APIs. Over the years,…