Introducing Postman’s API Uptime Monitor in Open Beta Charlie Lu February 15, 2022 Today, we are excited to announce the open-beta release of Postman’s uptime monitor, a simplified Postman monitor designed for API endpoint uptime monitoring. An uptime monitor continuously tests the availability of a public HTTP(s) domain—a website or an API endpoint. It collects time-series data, visualizes the data, and alerts users of system-outage incidents in a timely manner. Ultimately, Postman uptime monitors help users, from software developers to DevOps engineers to business program managers, more quickly detect system-outage issues. Previously, when you wanted to create a Postman monitor, you had to create a Postman Collection and then create the monitor on top of the collection which contains one or multiple requests. If you wanted to use variables in a Postman environment for the monitor request runs, you also needed to create a Postman environment and associate the monitor with the environment. Now, to create an uptime monitor, you don’t need to create any Postman Collections, requests, or environments. You can directly create an uptime monitor by simply specifying a monitor name and the endpoint URL that you want to monitor. The monitor will then continuously send test runs to your HTTP(s) endpoints and track their availability. When setting up a Postman uptime monitor, you can specify who on your Postman team will receive email notifications for system-outage incidents. How to get started 1. To get started setting up an uptime monitor, go to a Postman workspace and click the (+) button at the top of the sidebar: 2. Then, you will see the Create an Uptime Monitor button on the right-side banner of the Create Monitor screen: 3. You can click the button to create an uptime monitor: 4. To view system-outage incidents, click on an uptime monitor on the sidebar and see details in the monitor dashboard: Our uptime monitor is currently in open beta and only available in the web-based Postman application (it’s not yet available on the client-side apps). You can use the feature for free during the open-beta period, with a limit on the number of uptime monitors that your team can create. Learn more by checking out our Learning Center documentation, and then try it out for yourself. Your feedback will help us continue to improve the feature, so please let us know what you think. You can give product feedback through our GitHub repository. Try Postman now In this post Tags: API Availability Monitors New Features Product Updates Charlie Lu Charlie Lu is a product manager at Postman. View all posts by Charlie Lu → What do you think about this feature? Tell us in a comment below. You can also give product feedback through our Community forum and GitHub repository. Comment Cancel replyYour email address will not be published. Required fields are marked *Your name Your email Write a public comment Δ This site uses Akismet to reduce spam. Learn how your comment data is processed. 4 thoughts on “Introducing Postman’s API Uptime Monitor in Open Beta” David Moore March 31, 2022 Has this actually been released yet? I am using the Postman Windows application. Settings->Update gives: You are up to date! Postman v9.15.6 is the latest version. But the monitor screen asks me for a collection, not a url, as per your article. Charlie Lu March 31, 2022 Hi David — Thanks for the question. Yes, the uptime monitoring feature has been released for open beta testing. During the beta phase, the feature is only available in the Postman Web application (not available in desktop Apps). Arvind April 21, 2022 Can we create a uptime monitor for API endpoint which require authentication? If yes, can you please let me know the process with steps? Judy Adabie September 5, 2023 Is Uptime monitoring available now? You might also like Headless Postman: Automating the API Lifecycle with the MCP Server Pooja Mistry The Headless Postman Workflow with the Postman MCP Server Most API developers have a familiar routine: open Postman, import a spec, create… Read more → SLA Monitoring: How to Catch Violations Before Your Customers Do The Postman Team SLA monitoring is the continuous measurement of whether your services are meeting their defined service level agreements, comparing metrics like availability, response… Read more → How to create a REST API with Node.js and Express The Postman Team Quick answer: How to Build a REST API with Node.js and Express Building a REST API with Node.js and Express is one… Read more →