
Postman
Founded Year
2014Stage
Secondary Market | AliveTotal Raised
$433MRevenue
$0000Mosaic Score The Mosaic Score is an algorithm that measures the overall financial health and market potential of private companies.
-53 points in the past 30 days
About Postman
Postman serves as an API platform in the technology sector, focusing on streamlining the API development process. The company offers a suite of tools that simplify building, testing, and collaborating on APIs, making it accessible for developers and organizations to create and manage APIs efficiently. Postman primarily serves the software development industry. It was founded in 2014 and is based in San Francisco, California.
Loading...
ESPs containing Postman
The ESP matrix leverages data and analyst insight to identify and rank leading companies in a given technology landscape.
The application programming interface (API) testing market provides solutions to enhance and streamline testing APIs. APIs allow different software applications to communicate with each other and exchange data seamlessly. As companies increasingly rely on APIs to drive digital transformation, it becomes essential to ensure that they work correctly, efficiently, and securely. API testing tools prov…
Postman named as Leader among 13 other companies, including IBM, SmartBear, and LambdaTest.
Loading...
Research containing Postman
Get data-driven expert analysis from the CB Insights Intelligence Unit.
CB Insights Intelligence Analysts have mentioned Postman in 1 CB Insights research brief, most recently on May 22, 2023.
Expert Collections containing Postman
Expert Collections are analyst-curated lists that highlight the companies you need to know in the most important technology spaces.
Postman is included in 2 Expert Collections, including Unicorns- Billion Dollar Startups.
Unicorns- Billion Dollar Startups
1,249 items
Tech IPO Pipeline
257 items
The tech companies we think could hit the public markets next, according to CB Insights data.
Latest Postman News
Oct 21, 2024
Too Long; Didn't Read Postman pre-request scripts streamline testing of APIs. The scripts automatically generate a random 12-character transaction reference. This random reference is shared with other endpoints, making it easy for the APIs to access the same reference seamlessly. The value generated gets reused across any endpoint that needs it, keeping my testing smooth and consistent. As a Product Evangelist, I regularly test and demo various APIs to better understand their capabilities. For a very long time, Postman has been my go-to tool. It’s straightforward, reliable, and does the job well. But recently, I discovered a game-changing feature that took my exploration to a whole new level and that’s the Postman’s pre-request scripts. Before now, I was running basic tests and manually inputting certain values even though I used variables for handling some auth, which worked fine but felt a little tedious over time. Yesterday, while playing around with Postman, I found a way to streamline my testing process using pre-request scripts, and the results were incredible. I started with a simple need by generating a unique transaction reference for an endpoint. Rather than manually entering a reference each time, I used Postman’s UUID function to automatically create a random 12-character transaction reference. function generateTransactionRef() { const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; let result = ''; for (let i = 0; i < 12; i++) { const randomIndex = Math.floor(Math.random() * characters.length); result += characters[randomIndex]; } return result;}var uniqueTransactionRef = generateTransactionRef();pm.environment.set("transactionRef", uniqueTransactionRef);console.log("Generated transactionRef:", uniqueTransactionRef); This random reference was then shared with other endpoints, making it easy for the APIs to access the same reference seamlessly. For example, one API requires a transactionref as part of the body to simulate transfer. With the script in place, I could automatically use the generated reference across multiple requests. This eliminated manual entry and potential errors. The value generated gets reused across any endpoint that needs it, keeping my testing smooth and consistent. Another API I work with requires a token to be refreshed every 30 minutes. This was something I used to manage manually, which felt like a waste of time having to copy-paste every time the token expires. But using pre-request scripts, I automated the entire process. Now, Postman grabs the newly generated token from the first request and automatically inserts it as the bearer token for subsequent requests in the same environment. var requestOptions = { url: 'URL to generate the token', method: 'POST', header: { 'Content-Type': 'application/json' }, body: { mode: 'raw', raw: JSON.stringify({ "username": "user's email", "password": "user's password" }) }};pm.sendRequest(requestOptions, function (err, res) { if (err) { console.error('Error fetching token:', err); return; } var jsonResponse = res.json(); if (jsonResponse.statusCode === 90000 && jsonResponse.data && jsonResponse.data.token) { var token = jsonResponse.data.token; pm.environment.set('bearerToken', token); console.log('Token fetched and saved:', token); } else { console.error('Error: Token not found in the response. Response:', jsonResponse); }});pm.request.headers.add({ key: 'Authorization', value: 'Bearer ' + pm.environment.get('bearerToken')}); For all the other endpoints, the script picks up this token and adds it as the authorization header. This small tweak made my workflow far more efficient, as I no longer have to pause or copy-paste for manual token updates. This new approach has 10x’d the way I test, demo, and document APIs. The flexibility and power of Postman’s scripting features have opened up new possibilities for how I approach my work. I’m excited to keep exploring more features to make my API testing even more seamless. Next on my list is setting up API monitoring. I’ve done it in the past but can’t quite remember all the steps. Once I get that up and running again, it’ll be another big win for making sure everything stays up and running smoothly. Postman is more than just a tool for running API requests seeing that with a little scripting, it’s become a critical part of my workflow, allowing me to focus more on other important projects and less on repetitive tasks. If you haven’t started using pre-request scripts yet, I highly recommend giving them a try and they might just transform how you work. Let me know what you think about this short article and if I should be sharing more in this direction. L O A D I N G . . . comments & more!
Postman Frequently Asked Questions (FAQ)
When was Postman founded?
Postman was founded in 2014.
Where is Postman's headquarters?
Postman's headquarters is located at 201 Mission Street, San Francisco.
What is Postman's latest funding round?
Postman's latest funding round is Secondary Market.
How much did Postman raise?
Postman raised a total of $433M.
Who are the investors of Postman?
Investors of Postman include Nexus Venture Partners, Bond, Battery Ventures, CRV, Insight Partners and 5 more.
Who are Postman's competitors?
Competitors of Postman include Noname Security, SmartBear, Rapid, StopLight, Blobr and 7 more.
Loading...
Compare Postman to Competitors

Rapid operates as a company focusing on application programming interface (API) development and management in the technology sector. The company offers a platform that allows developers to design, test, monitor, and publish APIs, providing a seamless experience for managing and sharing APIs. It primarily serves the software development industry. Rapid was formerly known as RapidAPI. It was founded in 2015 and is based in San Francisco, California.

Kong is a company focused on API management and service mesh technology within the cloud computing industry. The company offers a platform that simplifies API management, security, and supports cloud-native applications across various environments. Kong was formerly known as Mashape. It was founded in 2017 and is based in San Francisco, California.

Tyk specializes in API management and offers a suite of tools within the technology sector. Their main offerings include an API management platform that facilitates the design, testing, publishing, and security of APIs, as well as no-code integration and analytics services. The company caters to various sectors that require API solutions, such as cloud computing, multi-cloud, and hybrid environments. It was founded in 2014 and is based in London, United Kingdom.

Conektto is a company that focuses on simplifying API integrations, operating within the technology and software industry. The company offers a platform that assists in designing, building, testing, and launching APIs, with the help of artificial intelligence to handle repetitive technical steps. Conektto primarily serves the software development sector, with a particular emphasis on product managers, architects, developers, testers, and DevOps. It was founded in 2022 and is based in Pleasanton, California.
Treblle is a company that focuses on providing solutions for API management in the technology sector. The company offers services such as real-time API monitoring and observability, auto-generated API documentation, API analytics, and API security. These services primarily cater to the needs of engineering and product teams in various industries. It was founded in 2020 and is based in Zagreb, Croatia.
DreamFactory Software is a company that focuses on API generation in the technology sector. The company offers a platform that allows users to securely connect to any database and generate REST APIs, with built-in enterprise security features. DreamFactory primarily serves the tech and banking industries. It was founded in 1998 and is based in Campbell, California.
Loading...