Introducing G2.ai, the future of software buying.Try now
Product Avatar Image
G2 recognized Postman
Postman

By Postman

4.6 out of 5 stars

How would you rate your experience with Postman?

Kumar P.
KP
Software Engineer 2
Enterprise (> 1000 emp.)
"A must have software for REST based testing for Devops and Developers"
What do you like best about Postman?

Small learning curve because of its very intuitive UI.

Support for adding Collections for your product APIs. Using a Simple JSON file one can easily add a collection with the details of all the endpoints and use cases covered in the post organized way possible. This makes importing exporting of API endpoints very handy.

Very rich and organized UI to save credentials and automap the credentials to the collection in a single click.

Being a developer I really enjoy the 'code' feature which easily translates your API request into any currently used language. This is a boon to the developers, they no more need to write code from scratch to integrate it into their code. Postman is an open source tool to test any http/https based apis. Its Simple UI makes learning curve to use it very simple also it doesn't require any prior knowledge of any programming knowledge. Review collected by and hosted on G2.com.

What do you dislike about Postman?

I feel there is a need for some open-source Postman collation repository for all opensource APIs available at a click from within the app. Because this is something all the developers will love to have. Webhook endpoints for all common opensource APIs will also be very appreciated.

It would be great if network packet sniffing and features that fiddler provides are also incorporated in fiddler. For this very problem, I always need to open both the apps at the same time. Review collected by and hosted on G2.com.

Postman Reviews & Product Details

Pricing

Pricing provided by Postman.

Free Plan

Free

Postman Media

Postman Demo - API Design
You can design your API specifications in Postman using OpenAPI, RAML, GraphQL, or SOAP formats. Postman’s schema editor makes it easy to work with specification files of any size, and it validates specifications with a built-in linting engine.
Postman Demo - API Documentation
Postman automatically generates documentation and supports markdown-enabled and machine-readable documentation. Docs automatically include request details and sample code. Share the docs with your team, in a public workspace, or in a dedicated portal.
Postman Demo - Public Workspaces
Public workspaces allow you to share your APIs publicly with anyone. You can use public workspaces to gather feedback on your APIs, onboard developers quickly, or just showcase your work.
Postman Demo - API Testing
Build and run functional, integration, and regression tests directly in Postman or as part of your CI/CD pipeline with Newman (Postman’s a command-line Collection Runner that enables you to run and test a collection directly from the command line).
Product Avatar Image

Have you used Postman before?

Answer a few questions to help the Postman community

Postman Reviews (1,727)

View 2 Video Reviews
Reviews

Postman Reviews (1,727)

View 2 Video Reviews
4.6
1,728 reviews

Review Summary

Generated using AI from real user reviews
Users consistently praise Postman for its ease of use and intuitive interface, which simplifies API testing and development. The ability to organize requests into collections and manage environments enhances collaboration and efficiency, making it a preferred tool for teams. However, some users note that it can be resource-heavy, particularly with large collections.

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
SY
Software Developer
Information Technology and Services
Small-Business (50 or fewer emp.)
"Chaining Complex API Workflows with Scripting and Environment-Driven Testing"
What do you like best about Postman?

The scripting capabilities within the "Pre-request Script" and "Tests" tabs are what truly elevate Postman from a simple client to a full automation suite. I love how I can chain complex requests by programmatically capturing tokens from one response and passing them into the headers of the next. It makes multi-step API workflows, like authenticated user journeys, completely effortless to verify. The environment variable toggling is also incredibly smooth, allowing me to flip from local dev to production with a single click. Review collected by and hosted on G2.com.

What do you dislike about Postman?

The desktop application has become increasingly resource-heavy over the years, sometimes leading to noticeable lag when working with large collections or long JSON responses. I also find the interface occasionally cluttered with "cloud" features and team collaboration prompts that I don't always need for quick local debugging. Review collected by and hosted on G2.com.

Subham P.
SP
Quality Assurance Analyst
Information Services
Enterprise (> 1000 emp.)
"Easy-to-Use Interface and Collections Make API Testing Smooth"
What do you like best about Postman?

First, I want to talk about the Postman interface. It’s very easy to use for API testing and development, and I mostly use it for client-side testing. With support for multiple methods like GET, POST, PUT, and DELETE, I can work smoothly and test different requests without any hassle. Another helpful feature is the ability to create Collections, which makes it easier to organize APIs in a clear, structured way. Review collected by and hosted on G2.com.

What do you dislike about Postman?

The main issue is that the free version offers only limited access to the advanced features. There’s also a learning curve, especially when it comes to more complex scripting and automation. Review collected by and hosted on G2.com.

Marwan S.
MS
Software Engineer
Enterprise (> 1000 emp.)
"Intuitive API Testing and Collaboration with Room for Improvement"
What do you like best about Postman?

I love Postman for its intuitive interface, which makes it quick to create and send requests without confusion. The organized collections help me group and reuse requests, keeping projects structured. I appreciate the powerful features like environment variables, automated tests, and response visualization, which save time and enhance my workflow. Being able to switch between setups easily with environment variables reduces manual changes and errors. Automated tests and response visualization allow me to validate APIs quickly, catch issues early, and understand data more effectively. The initial setup was very easy, facilitating a smooth transition from manual API testing and basic HTTP clients. Postman allows me to test endpoints quickly in one place, catch errors early, and debug responses easily while ensuring APIs work correctly. It also helps me validate endpoints quickly, automate tests, and collaborate easily with my team. Review collected by and hosted on G2.com.

What do you dislike about Postman?

One thing that could be improved in Postman is its caching behavior. Sometimes, responses or environment changes don't update immediately, and I have to restart Postman to get successful runs, which can interrupt workflow and slow down testing. Review collected by and hosted on G2.com.

Abdullah S.
AS
Senior Android developer
Mid-Market (51-1000 emp.)
"Streamlined API Management with Real-Time Collaboration"
What do you like best about Postman?

I use Postman for keeping our API documented as a collection. I like that it's very easy to be onboarded, and we can import and export collections and fork them. I appreciate the real-time update feature because if my teammate updates the API, it reflects on my system, so I don't use outdated changes. Postman has more features, and many things can be easily configured, which made us switch from Swagger. Review collected by and hosted on G2.com.

What do you dislike about Postman?

Initially for the first-time user, it's a little tricky to be onboarded. As a new user, I want to know exactly how to add API or collections, or how import and export work. Review collected by and hosted on G2.com.

Sree K.
SK
Software Engineer II in Test
Information Technology and Services
Mid-Market (51-1000 emp.)
"Fast, Frictionless API Testing with Powerful Scripting and Automation"
What do you like best about Postman?

What I like most is how quickly I can go from an idea to a real request and a runnable test suite. The app feels straightforward: I open a collection, choose an environment, and I’m immediately running calls without a bunch of setup. I use it a few times a week, and it never feels like a chore to get going. The layout is intuitive, and the console makes debugging a bad request a lot less painful. Collections keep my projects organized, and the runner lets me kick off an entire flow when I need to verify a change end to end. It sounds simple, but that smooth start is what keeps me coming back.

The biggest game changer for me has been scripting. Pre-request scripts and the Tests tab make it easy to chain calls, pull a token from one response, store it, and feed it into the next request without manual copy-paste. I can extract values from JSON, set environment or collection variables, and parameterize inputs so the same suite runs cleanly across dev and staging. That saves a ton of time and cuts down on avoidable mistakes. Environments are a lifesaver too: I can switch context and all my base URLs, keys, and flags flip over, so I’m not hunting for hidden settings. After you’ve done it a couple of times, it feels natural—even if you’re not a heavy coder.

On the integration side, it fits well into how teams work. Shared collections and workspaces keep everyone aligned, and generated docs from a collection make handoffs to teammates or clients much smoother. I also like that I can export and run the same tests from the command line through our pipeline, so what passes on my desk is the same thing that runs in automation later. Mock servers and examples help me test front-end flows when a backend is still being wired up, which means I’m not blocked waiting on another team. The learning curve is gentle; the docs and community answers have been enough whenever I’ve gotten stuck, and the updates over time have felt practical rather than gimmicky. Overall, it reduces friction in my week, helps me automate the boring parts, and keeps my API work clean and consistent without wrestling with the tool. Review collected by and hosted on G2.com.

What do you dislike about Postman?

I like Postman a lot, but a few things still slow me down. The app can feel heavy when collections get large or responses are big; tabs pile up, and the runner starts to drag. At times, search or the console gets flaky, and I end up restarting just to clear whatever state it seems to get stuck in. Updates are frequent, which I appreciate, but every so often they shuffle things around and I lose a bit of muscle memory. The first day after an update, I’m hunting for simple actions that used to be right where I expected them.

Integrations have a couple of rough edges too. The split between the older command-line route and the newer one can be confusing, and the newer option often needs extra setup and auth that doesn’t always play nicely behind corporate proxies. Some extensions also make the app sluggish, so I keep my setup lean, but that comes at the cost of convenience. Support-wise, the docs are generally helpful, but when I hit a weird bug, the answers are hit or miss and it can take a while to track down a workable workaround. None of these are deal breakers for me since I use it a few times a week, but they’re the parts I like least—and where I feel the time loss most. Review collected by and hosted on G2.com.

SG
Software Test Engineer
Mid-Market (51-1000 emp.)
Business partner of the seller or seller's competitor, not included in G2 scores.
"Powerful, Flexible API Testing with Postman: Auth Support, Environments & Automation"
What do you like best about Postman?

What I like most about Postman is how powerful and flexible it is for API testing. It supports multiple authentication methods—such as Bearer token, Basic Auth, OAuth, and API keys—which makes it straightforward to test secured APIs. I also find environments with shared variables really helpful for managing different setups like dev, staging, and production without having to constantly modify individual requests.

Postman also includes schema validation, pre-request scripts, and test scripts, which are useful for checking response structure, data types, and business logic. Collections make it easy to organize APIs, reuse requests, and run automated test flows. Overall, it cuts down on manual effort, improves testing coverage, and makes API testing faster and more reliable. Review collected by and hosted on G2.com.

What do you dislike about Postman?

Postman works really well for functional and exploratory API testing. However, it can be limiting when you get into very complex automation scenarios. Review collected by and hosted on G2.com.

Arman M.
AM
Software Engineer
Computer Software
Small-Business (50 or fewer emp.)
"Effortlessly Test APIs with Versatile Features"
What do you like best about Postman?

I really value Postman for the wide range of API request options it offers, including numerous parameters and support for WebSocket, Socket.IO, and GraphQL. The platform is quick, dependable, and free, which I find especially appealing. I appreciate not having to create a frontend or rely on command-line tools like cURL to test APIs; Postman also allows me to convert API requests into code, which I find very helpful. The ability to easily share my workspace and requests adds even more convenience. Getting started was straightforward—just a simple sign-up and I was ready to begin. Review collected by and hosted on G2.com.

What do you dislike about Postman?

The product could benefit from additional AI features, such as suggestions for improving APIs and implementing faster methods. Review collected by and hosted on G2.com.

Nijat I.
NI
Full-stack Developer
Information Technology and Services
Small-Business (50 or fewer emp.)
"Reliable and Efficient Tool for API Development and Testing"
What do you like best about Postman?

Postman helps in testing the APIs during the course of development. This helps in analyzing the responses as well as authentication processes before features are put into production. Collections assist in arranging endpoints for various projects or environments. Workspaces enable collaboration between various developers. Review collected by and hosted on G2.com.

What do you dislike about Postman?

Large collections need to have a good structure to maintain a manageable and team-ready system. Some features related to collaboration and monitoring are only available to premium users. Performance degradation is possible when handling a large number of request interactions and environments. The system interface might be steep for new team members to learn. Review collected by and hosted on G2.com.

Bhavik M.
BM
Freelance Android App Developer
Small-Business (50 or fewer emp.)
"Effortless API Management with Stellar UI"
What do you like best about Postman?

I use Postman to manage my API collection and build and test RESTful APIs for our client apps. It makes it really easy for me to share request and response data with developers and show how the API architecture works. I love the impressive and easy-to-use user interface for setting API parameters. What I like most is the user interface, ease of use, collection sharing, and real-time API collection saving features. The predefined variables are a cherry on top to avoid redundant URL exposure. It's extremely easy to set up, and switching from manual API testing to Postman has brought better features and content sharing. Review collected by and hosted on G2.com.

What do you dislike about Postman?

Nothing for now from the existing features. Review collected by and hosted on G2.com.

harsh r.
HR
AI Engineer
Computer Software
Small-Business (50 or fewer emp.)
"Powerful UI and Mock Server Capabilities Make Development Easy"
What do you like best about Postman?

Its Powerful User Interface and ability to build MCP servers. Also we can create mock servers as well in postman to make it easy for frontend developers. Also have a steep learning curve, means digging deep feels good ( personal fav). Review collected by and hosted on G2.com.

What do you dislike about Postman?

Its is resource heavy and eats up a lot of RAM and CPU. Also free tiers are amazing, but as long as you're working for a company and it pays for it, its the best. One more dislike is one can only use JavaScript to write custom Scripts. As I am python developer, I would prefer Python in testing as well. Review collected by and hosted on G2.com.

Pricing Options

Pricing provided by Postman.

Free Plan

Free

Basic Plan

$14.00
1 per user/month, billed annually

Professional Plan

$29.00
1 per user/month, billed annually
Postman Comparisons
Product Avatar Image
Swagger Studio
Compare Now
Product Avatar Image
MuleSoft Anypoint Platform
Compare Now
Product Avatar Image
Cypress
Compare Now
Postman Features
API Testing
Data Security
Orchestration
Logs/Documentation
API Monitoring
Gateway
App Integration
API Testing
Data Security
Orchestration
Product Avatar Image
Product Avatar Image
Postman