Sign in Agent Mode
Categories
Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

3 AWS reviews

External reviews

1,766 reviews
from and

External reviews are not included in the AWS star rating for the product.


    Arjun D.

Postman Streamlines API Testing with Collections, Environments, and Powerful Automation

  • March 31, 2026
  • Review provided by G2

What do you like best about the product?
I like how Postman simplifies API testing with features like Collections and Environment variables, which save a lot of time during repeated testing across different environments. The ability to run multiple APIs using the Collection Runner makes regression testing much faster. I also use test scripts to validate responses and chain APIs, which helps in covering end-to-end flows without relying on UI. Overall, it has made my workflow more efficient and structured, especially when handling multiple APIs and frequent builds.
What do you dislike about the product?
One limitation I’ve noticed is that Postman can become slow and heavy when working with large collections or multiple environments, which affects performance. Managing test scripts across multiple requests can also get repetitive, as reusability is somewhat limited without proper structuring. Additionally, version control and collaboration features are not as seamless compared to code-based tools, making it slightly challenging to track changes in larger teams.
What problems is the product solving and how is that benefiting you?
Postman solves the problem of manually testing and validating APIs by providing a centralized platform to create, organize, and automate API requests. It reduces dependency on UI testing by allowing early validation of backend services. This benefits me by speeding up testing, improving accuracy with automated checks, and making regression testing more efficient, especially when working with multiple APIs and frequent builds.


    Mathavan S.

Streamlined API Testing with User-Friendly UI

  • March 31, 2026
  • Review provided by G2

What do you like best about the product?
I love Postman for its user-friendly UI, which makes my workflow much easier compared to using curl commands. The ability to segregate endpoints into different projects and functionalities is super convenient for me, eliminating the hassle of manually tracking them. I find it really helpful that I can categorize my endpoints and test them whenever needed. I also appreciate the feature that lets me validate JSON easily, ensuring I send the correct data and nothing breaks from my end while testing API endpoints. The workflow control and collaboration features are a big plus, allowing me to effortlessly communicate with team members for more collaborative work. Additionally, Postman enables smooth monitoring of regression testing to ensure APIs are up-to-date. I feel like Postman is always ahead with industry changes and provides continuous support.
What do you dislike about the product?
I don’t have any points for dislike
What problems is the product solving and how is that benefiting you?
Postman simplifies my workflow by making it easy to organize and test API endpoints. It validates JSON to prevent errors, and its collaboration features enhance teamwork by easily tagging team members and monitoring regression testing.


    Shivesh R.

AI Agent Testing Freedom with Prompt-Driven Dummy Data

  • March 30, 2026
  • Review provided by G2

What do you like best about the product?
Now it's providing ai agent which gives you freedom to give prompt and do the testing with dummy data.
What do you dislike about the product?
As it's ai can't get all the defined path as for each path you have to define the test case.
What problems is the product solving and how is that benefiting you?
It had helped me to do backend testing, document all the test results and define all the endpoints.


    RugvedaDeshpande-Paranjape

Mock servers and API testing have streamlined local development and team collaboration

  • March 30, 2026
  • Review provided by PeerSpot

What is our primary use case?

I have mostly used Postman Enterprise for local development. Beyond that, we had cloud-related functionalities, so I never had to use Postman Enterprise on these external applications.

What is most valuable?

The most valuable features I have found in Postman Enterprise are primarily the basic use for calling localhost URLs and calling some third-party APIs. Recently, I also had to create a server on Postman Enterprise for testing mock server functionality, which was very useful. Since I can configure whatever response is needed, I don't really need to write code to get the desired response. If some service is taking time or if it's a third-party service, it becomes easy to just mock the response and continue with work. Additionally, I can import and export the entire collection, so I can directly give the request payload and everything to people working with me. This makes it easier to get it on other machines as well. Postman Enterprise creates a file out of that collection, so it's not really a huge folder that I have to give to someone, even if there is a large number of requests.

What needs improvement?

I would like to see AI integration in Postman Enterprise. As I mentioned, I need mock servers at times, so it would be good if I can input my requirements in the mock server and it can itself create an output or mock response for me. If this could happen, it will save a lot of time. If that integrates with an IDE, it will be a game changer. Then it will become really easy. If it integrates directly with an IDE, it can release itself in the code and mock URL. It will become an entire flow for testing.

For how long have I used the solution?

I have been dealing with Postman Enterprise for about six to seven years.

What do I think about the stability of the solution?

Whenever I am checking the performance of the API using Postman Enterprise, the primary concern is how much time it's taking to return the response. The overall time of the API helps me understand whether it's working fine or not. I have an estimate of how long it should take.

Apart from that, I track time-related details on Postman Enterprise. Whatever is there in the code, logs and everything, I use that for tracking if any for loop is taking time or if there are database queries. I can check what is lagging in performance through those metrics as well.

What other advice do I have?

As far as monitoring is concerned, I have mostly been using Postman Enterprise for what I mentioned previously, specifically sending requests to the application and measuring how much time it takes to give the response.

I don't have much data about the automated testing capabilities in Postman Enterprise because I have been mostly using Jenkins with Groovy scripts. What I have seen is that they used to directly create pipelines using UI. I'm not very sure about this part of Postman Enterprise.

I have not worked on the integration of Postman Enterprise with tools like GitHub and Jenkins yet, where Postman Enterprise was already integrated with something like this.

I have not seen much use of Postman Enterprise for API governance capabilities in maintaining compliance and consistency within my organization up until now. For compliance or security, mostly what I have seen with Postman Enterprise usage is by developers on their machines. Apart from that, the people in the scripts use it, but apart from that, I have not seen much of it. I've not seen it cover larger operations in the organizations up until now. I have worked with, I think, about seven to eight clients, and I have not seen any one of them use it for these functionalities regarding compliance or security. So maybe it's not a very widely used feature as per my observation.

In my opinion, there is no room for improvement for Postman Enterprise because pretty much what is expected from Postman Enterprise for me is working fine and it is really useful. That being said, I have not used any other applications apart from Postman Enterprise. I don't have any comparison metrics, but this is really good. I never had to think if I should be using something else instead of Postman Enterprise. My overall rating for this product is 8 out of 10.

Which deployment model are you using for this solution?

Private Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?


    Shivam S.

Easy-to-Use UI with Reusable Variables, Mock Servers, and Fast Debugging

  • March 29, 2026
  • Review provided by G2

What do you like best about the product?
1. Easy-to-use UI. 2. Variables that can be reused in other API requests. 3. Mock servers. 4.I like that I can keep every endpoint, headers, auth, and environment variables in one place. Switching between dev and staging without redoing requests saves me time every week, and the response viewer makes debugging fast when something breaks.
What do you dislike about the product?
Desktop application is too heavy makes my system slow , eats huge portion of ram and sometimes nested collection feels too cluttered
What problems is the product solving and how is that benefiting you?
It helps to centralise the apis of my system , helps to me to quick testing of apis and i can share my collection with teammates


    Shubh m.

Essential Tool for API Testing with Minor Tweaks Needed

  • March 28, 2026
  • Review provided by G2

What do you like best about the product?
I kinda like the user experience of Postman. We can easily manage our API in a particular format, export them and import them easily. The main feature I liked is the two-way panel to see the request and response in one frame. It's the most important tool for my industry to test all the development we are doing at the testing stage. The initial setup was way easy and easier to learn too. I would give 10 out of 10 for this tool.
What do you dislike about the product?
Sometimes, I get frustrated when we duplicate our tabs and when we name it, it's all messed up. There should be an easier way to rename and identify and manage the names of tabs.
What problems is the product solving and how is that benefiting you?
Postman helps test APIs we build across environments by hitting requests and checking responses. I like the user experience, easy management and export/import of APIs, and the two-way panel for requests and responses.


    Vivek K.

Great for API Testing, DocumGreatentation, and Team Collaboration

  • March 28, 2026
  • Review provided by G2

What do you like best about the product?
It's helpful to test api and make documentation and collaborate with team
What do you dislike about the product?
Nothing to dislike but it need to improve ai docs creation ai model
What problems is the product solving and how is that benefiting you?
It's solving time and testing api


    Vijaysing P.

One of the Best API Testing Tools Packed with Features Like Monitoring

  • March 27, 2026
  • Review provided by G2

What do you like best about the product?
I use Postman daily in my work, it is one of the best app for testing an API. They have so many features, like monitoring where we can schedule our api and run.
What do you dislike about the product?
Postman is the best. I haven't faced any issues till now.
What problems is the product solving and how is that benefiting you?
I work in QA on a daily basis, and I have to do API testing regularly. For that, it’s a very powerful tool with plenty of customization options, and the environment setup is easy to use.


    Consumer Services

Strong API Testing Performance, but the UI Could Be More User-Friendly

  • March 27, 2026
  • Review provided by G2

What do you like best about the product?
Performance quality of the product and the ease with which i could easily test all APIs was good
What do you dislike about the product?
The UI could be easier and more user friendly with less focus on jargon
What problems is the product solving and how is that benefiting you?
It helps hit APIs using your local system with an accessible UI before integrating and making server to server calls


    Manmeet s.

Postman: Easy API Tool

  • March 27, 2026
  • Review provided by G2

What do you like best about the product?
Postman is my go-to for API stuff. What I like best? It's simple to test endpoints without all the hassle. Just send a request, tweak headers or params, and results right there. Saved me lot of time debugging compared to cURL nightmares. Super intuitive for newbies too, with those collections to organize everything neatly.
What do you dislike about the product?
Postman bugs me sometimes. Free plan limits collections and team sharing, pushes me to pay. Gets slow with big projects. UI has too much extra stuff now.
What problems is the product solving and how is that benefiting you?
Postman fixes the pain of testing APIs by hand or messing with command-line tools like cURL. It lets me quickly send requests, check responses, and automate tests, saving hours of manual work every day