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

Reviews from AWS customer

3 AWS reviews

External reviews

1,753 reviews
from and

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


4-star reviews ( Show all reviews )

    Purva K.

Effortless API Testing with Excellent Documentation

  • January 09, 2026
  • Review provided by G2

What do you like best about the product?
I generally use Postman for testing APIs, and I really like the documentation feature because it helps document APIs with details like response codes and request payloads. This feature is very useful for managing a team as it provides an overview of APIs and backend application issues. The UI is also a standout for me since it's made with user feedback in mind, making it easy to understand and use. The initial setup of Postman is really easy and straightforward, requiring no complex configurations, which I find perfect and without complexity.
What do you dislike about the product?
As of now I don't have any negative views on Postman ... It always worked as expected and delivers the outcomes.
What problems is the product solving and how is that benefiting you?
I use Postman to test and document my APIs efficiently, ensuring they work properly before deployment. The easy-to-use UI and documentation features help me manage my team's API tasks, reducing errors and streamlining communication.


    Afsan R.

Essential Tool for API Testing with Seamless Syncing

  • January 09, 2026
  • Review provided by G2

What do you like best about the product?
I've been using Postman for a few years now, mainly for API testing as a developer. What I really like about Postman is the environment variable management—that's really great. It saves me from having to steadily write the authorization token or the link I've been using, which reduces a lot of work. Another thing I appreciate is the synchronization between devices. I can work on APIs in the office and then continue at home without losing progress, as everything is synced. This feature solves the problem of having to rewrite API endpoints, which is a big relief. Additionally, the separation of workspaces in Postman is really beneficial because it allows me to keep APIs related to a particular project organized in one place and prevents any mix-up with environment variables from other workspaces.
What do you dislike about the product?
I'm particularly picky about the interface I'm using. The Postman web browser session is kinda buggy and doesn't work as well as the Postman desktop does. Also, the updates on Windows and Linux machines could be quicker. It'd be great if they offered more customization options for themes and layout, like tweaking the appearance or background color.
What problems is the product solving and how is that benefiting you?
I use Postman for API testing, understanding response structures, and providing proper payloads. It's essential for my development work. I appreciate its environment variable management and syncing across devices, which reduces workload and ensures API requests are accessible anywhere.


    Ravindu N.

Powerful and easy to use tool for API testing

  • January 09, 2026
  • Review provided by G2

What do you like best about the product?
Good for both development and QA work and Clean and clear UI also it can Quickly create, send, and test API requests.
What do you dislike about the product?
Uses a lot of system resources and Can be slow with large collections also Sync issues happen occasionally.
What problems is the product solving and how is that benefiting you?
Helps test APIs without writing extra code and Saves time in QA and testing work


    Computer & Network Security

User-Friendly API Testing with Powerful Features

  • January 08, 2026
  • Review provided by G2

What do you like best about the product?
Postman is extremely user-friendly, with an intuitive interface that makes setting up HTTP requests quick and straightforward. It also accommodates more advanced API workflows, such as batch runner and API testing. One particularly useful feature is its native support for copying and pasting curl commands.
What do you dislike about the product?
Postman tends to be quite resource-intensive, often consuming a significant amount of RAM and CPU, especially when handling large batches. Additionally, collaborating through git versioning presents certain limitations.
What problems is the product solving and how is that benefiting you?
This user-friendly tool greatly simplifies the process of managing APIs at every stage of their lifecycle.


    Sivaguru Jeganatharaja J.

Streamlined API Collaboration with Some Gaps

  • January 07, 2026
  • Review provided by G2

What do you like best about the product?
I like how Postman excels at facilitating teamwork with shared workspaces, commenting features, and version control. It also allows us to organize requests efficiently. New team members can quickly get up to speed by joining the workspace, and comments remain associated with specific elements related to API requests. I find that workspace and collections give all stakeholders a common view, enabling clearer communication and reducing misunderstandings. Real-time visibility prevents parallel work on the same tasks, and shared environments, test suites, and debugging increase API reliability and reduce production issues. Also, the GUI is clean, with instructions and procedures for selecting necessary tools all in one place.
What do you dislike about the product?
Postman lacks robust native performance and load testing, requiring third-party tools like JMeter to simulate high traffic and real-world scenarios.
What problems is the product solving and how is that benefiting you?
I use Postman for building, consuming, and testing APIs. It solves inconsistent testing and automation issues. The platform enhances teamwork with shared workspaces, comments, and version control, and it helps reduce production issues by increasing API reliability.


    harsh r.

Powerful UI and Mock Server Capabilities Make Development Easy

  • January 06, 2026
  • Review provided by G2

What do you like best about the product?
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).
What do you dislike about the product?
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.
What problems is the product solving and how is that benefiting you?
it provides mock servers for testing APIs before the complete backend is prepared, making one confident while doing the project, I mostly use it for MCP servers bridging the gaps between LLM and real data and yeah, I am an AI Engineer, so I mostly need it to test and check the APIs


    Sonika T.

My Go-To API Testing Tool: Easy to Use and Versatile

  • January 06, 2026
  • Review provided by G2

What do you like best about the product?
It's my go-to tool for all of my API testing needs. Very easy to use. App based and online both versions are great,
What do you dislike about the product?
To be honest there is not much to dislike about this tool. May be there are more ways to leverage performance test options.
What problems is the product solving and how is that benefiting you?
Day to day API Testing
Encrypition of data
Health checks of various services.


    Aanchal G.

Effortless API Testing and Collaboration with Postman

  • January 04, 2026
  • Review provided by G2

What do you like best about the product?
What I like best about Postman is how easy it makes testing and validating APIs. Creating requests, adding headers or parameters, and checking responses is straightforward, which helps speed up testing.

Collections and environments are especially useful for organizing APIs and switching between different setups like staging and production. It also makes collaboration easier since requests can be shared with the team, which reduces duplication and keeps testing consistent.
What do you dislike about the product?
One thing I dislike about Postman is that it can feel a bit heavy at times, especially when working with large collections or many environments. The interface has a lot of options, which can be overwhelming for new users.

Some advanced features are locked behind paid plans, which can be limiting if you’re using the free version. Also, performance can occasionally slow down when syncing workspaces or running multiple requests.
What problems is the product solving and how is that benefiting you?
Postman solves the problem of testing and validating APIs without needing to write a lot of custom scripts. It provides a single place to create requests, inspect responses, and verify behavior, which makes API testing faster and more consistent.

For day-to-day work, it helps identify issues early by allowing quick checks of endpoints, status codes, and response data. Sharing collections with the team also improves collaboration and keeps testing aligned across environments. Overall, it saves time and reduces manual effort during API testing.


    Rakshit N.

Centralized API Development and Testing Hub

  • December 31, 2025
  • Review provided by G2

What do you like best about the product?
I really like Postman's ability to centralize API development, testing, and collaborative workflow. I use it a lot as a software developer, especially when working with APIs in our software. It helps me avoid directly implementing APIs in code by first checking API responses in Postman, making it easier to use them in production. I find the collections and environment feature very valuable for organizing testing. The initial setup was straightforward, with installation and setup being really quick.
What do you dislike about the product?
Version control and diffing are less robust. I wish Postman had a native git style branching and merging.
What problems is the product solving and how is that benefiting you?
I use Postman for API testing. It's helpful to test API responses before using them in production. I like its ability to centralize API development and testing with a collaborative workflow, and the collections and environments help organize testing effectively.


    Information Technology and Services

Effortless API Testing and Collaboration with Postman

  • December 29, 2025
  • Review provided by G2

What do you like best about the product?
Postman makes creating and testing APIs very straightforward, even for complex request flows. Collections and environments help keep APIs organized across dev, QA, and prod without confusion. The ability to add test scripts and assertions directly in requests is extremely useful for quick validations. Mock servers help unblock frontend and mobile teams when backend APIs are not ready. Sharing collections improves collaboration between QA, backend, and frontend teams.
What do you dislike about the product?
1. Large collections can become hard to manage if not structured properly.
2. Mock server responses are mostly static and need manual handling for complex scenarios.
What problems is the product solving and how is that benefiting you?
Allows early API testing even before backend implementation using mock servers. Reduces dependency on developers for sample payloads and quick API checks. Helps catch contract issues (headers, status codes, payloads) early in the cycle. Improves collaboration by keeping API definitions and tests in one place. Speeds up debugging with clear request/response visibility.