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,663 reviews
from and

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


    Gourav R.

Effortless API Testing with Intuitive UX

  • December 18, 2025
  • Review provided by G2

What do you like best about the product?
I really like how Postman provides a nice UI for calling APIs directly without needing to make curl requests, which makes testing APIs a lot easier and more organized. I can effortlessly share the documentation for the APIs I create, and the option to set variables really simplifies things. When developing a set of APIs, I create a group and use variables so I only need to change the variable based on the environment rather than altering each API call. Setting up Postman is simple since you just download the application and log in.
What do you dislike about the product?
There are a lot of limitations if you are using the free account. You have to make your APIs public so you can share it with your teammate. Now with the advancement of AI, it would be really helpful if we could integrate AI which will automatically write the endpoint documentation for us.
What problems is the product solving and how is that benefiting you?
Postman provides a nice UI for calling APIs, eliminating the need for curl requests, and makes API testing more organized. It allows me to easily share API documentation and use variables, simplifying changes across environments.


    ben g.

Postman is a powerful, user-friendly tool that greatly simplifies API development and testing.

  • December 18, 2025
  • Review provided by G2

What do you like best about the product?
User-Friendly: Its graphical interface lowers the barrier to API debugging, making it accessible even to non-technical users.
Comprehensive Features: Supports request building, environment variable management, automated testing, Mock Servers, documentation generation, and more—covering multiple stages of the API lifecycle.
Efficient Collaboration: Postman Workspaces enable teams to share collections, environments, and test scripts, significantly improving development and testing coordination.
Strong Integration Capabilities: Integrates seamlessly with CI/CD tools (e.g., Jenkins, GitHub Actions) to support automated API testing in continuous integration pipelines.
Cross-Platform Support: Available as a desktop application (Windows, macOS, Linux) and a web version, offering flexible usage options.
What do you dislike about the product?
High Resource Consumption: Built on Electron, it can be memory-intensive and may become sluggish with large projects.
Premium Features Require Payment: Advanced collaboration, monitoring, and analytics features are only available in paid plans (Postman Pro/Business), which can be a cost burden for individuals or small teams.
What problems is the product solving and how is that benefiting you?
Postman effectively addresses common pain points in traditional API development—such as tedious manual request construction, inconsistent testing practices, and poor team collaboration. It transforms API debugging from opaque command-line operations into a visual, reusable, and shareable workflow, greatly enhancing development efficiency, test coverage, and documentation consistency. As such, it has become an essential bridge in modern front-end/back-end decoupled architectures.


    Daniel G.

Powerful API Platform with Time-Saving Automation and Top Security

  • December 17, 2025
  • Review provided by G2

What do you like best about the product?
We use Postman for building and testing applications and it works so well. It comes equipped with AI features for easy building of apps and this automation saves time.
It comes with great security features which guarantees security and easy access.
Being an API platform, it is well equipped and the building automation features makes it irresistible.
What do you dislike about the product?
With Postman, there is a longer learning curve. Otherwise everything else is straightforward.
What problems is the product solving and how is that benefiting you?
We use Postman for building apps and testing software and I must agree it is an amazing API platform. It is well equipped with AI for fast building and it is smooth to use.


    Track Q.

Effortless API Testing with Intuitive UI

  • December 17, 2025
  • Review provided by G2

What do you like best about the product?
I use Postman for testing my APIs because it allows me to test API calls without downloading anything and gives me fast responses. This is really helpful for my daily development tasks. I like its simple interface, both UI and UX, which is quite good for new users. It was so easy to set up, just go to the website and log in.
What do you dislike about the product?
Sometimes I still need to see the promotional dashboard. It should use cache as the user has already seen it.
What problems is the product solving and how is that benefiting you?
I use Postman to test my APIs without downloading anything, get fast responses, and it helps with my daily development tasks.


    KharanKumar R.

Effortless API Testing with Comprehensive Features

  • December 17, 2025
  • Review provided by G2

What do you like best about the product?
Postman help to test all the api by giving body content and easy to use. It has post, get, request all option to hit the api and get response.
What do you dislike about the product?
I don't have anything to dislike about postman, everything is working good for me.
What problems is the product solving and how is that benefiting you?
Postman is helpful for me to check all the Azure AI foundry created model endpoints, after creating first we will test through postman those api which is very easy to solve the problem and benefiting by faster testing.


    CHOUGULE SHREYASH ARAVIND .

Intuitive API Testing with Room for Improvement

  • December 17, 2025
  • Review provided by G2

What do you like best about the product?
I like how Postman makes it easy to test, debug, and document APIs all in one place. It's more user-friendly than other tools I used before, which is why we switched to it. I appreciate that it supports team collaboration and makes testing and sharing APIs much easier. The initial setup was very easy, and overall, I find it very helpful for API testing without needing a frontend.
What do you dislike about the product?
Sometimes it feels a bit heavy for simple requests, and managing environments or large collections can get confusing. Performance can also slow down when collections grow big. Also, testing different APIs like GraphQL is really hard in Postman.
What problems is the product solving and how is that benefiting you?
Postman helps with API testing without needing a frontend, makes it easy to test, debug, and document APIs all in one place, and facilitates team collaboration.


    MULTI CHANNEL R.

Streamlined API Testing with Postman

  • December 16, 2025
  • Review provided by G2

What do you like best about the product?
I use Postman regularly as a software developer to create endpoints for API testing. It's a simple and useful app. Everything being in one place saves me a ton of time and mental overhead, as I don't have to jump between tools to design, test, document, and automate APIs. I really like how collections and environments let me reuse requests instead of rebuilding the same things repeatedly, making testing different scenarios fast and repeatable. The automation and tests are another big win; writing simple scripts to validate responses catches issues early, preventing them from turning into real bugs. The collaboration features are actually usable, as sharing collections and documents with teammates doesn't feel like a workaround. Collections and environments turn API testing from a manual chore into a repeatable, reliable workflow.
What do you dislike about the product?
First, performance can degrade as collections get large or heavily scripted. Once you’re dealing with real-world APIs and big test suites, Postman starts to feel sluggish. That slows feedback, which defeats part of the point. Second, the UI can get cluttered. For simple use cases it’s fine, but at scale it becomes noisy and harder to navigate. Managing large collections, environments, and test scripts isn’t as clean as it should be, especially compared to a code-first workflow. Third, version control is weaker than it should be. Postman’s syncing and collaboration are okay, but they don’t replace proper Git workflows. Diffing changes, reviewing updates, or resolving conflicts is still awkward. The scripting model also hits limits. It’s powerful for basic tests and chaining, but once logic gets complex, it feels like you’re forcing a testing framework into a GUI tool. At that point, code-based tools are more maintainable.
What problems is the product solving and how is that benefiting you?
Postman allows me to standardize API testing, securing API calls, and avoids jumping between tools for designing, testing, documenting, and automating APIs. Collections and environments streamline requests, prevent errors, while automation accelerates development and catches bugs early.


    Somasekar Kandhula i.

Clean, Organized Interface Makes API Management a Breeze

  • December 16, 2025
  • Review provided by G2

What do you like best about the product?
I really like the clean, organized interface. Even when working with complex APIs, everything feels manageable and easy to navigate.
What do you dislike about the product?
Some of the more useful features are locked behind a paid plan, which can be frustrating if you’re just using it for personal or small projects.
What problems is the product solving and how is that benefiting you?
It helps standardize how APIs are tested and documented. That makes collaboration easier and reduces confusion when multiple people are working on the same API.


    Hrithik M.

Intuitive and Essential API Testing Tool

  • December 16, 2025
  • Review provided by G2

What do you like best about the product?
I find the UI of Postman pretty user-friendly, which makes it really easy for a newbie to get used to the application. The option to import collections is really helpful, allowing me to import and export collections between Postman and other API clients. Setting up Postman was really easy, taking only a few minutes. It helps me in testing various APIs and endpoints, figuring out responses for requests, and debugging to ensure everything is alright. I also save a lot of time by using Postman to hit localhost endpoints, which is more efficient than making requests through a website.
What do you dislike about the product?
As of now, Postman meets all my day-to-day needs. On the top of my mind, there isn't anything that I dislike about Postman.
What problems is the product solving and how is that benefiting you?
I use Postman to test APIs, figure out responses, and debug requests, saving time compared to using the website.


    Rishabh S.

Streamlined API Testing, But Pricey for Small Teams

  • December 16, 2025
  • Review provided by G2

What do you like best about the product?
I have been using Postman for testing API endpoints and creating new API endpoints for backend development. I like how we can organize, save, and use the API endpoints. I'm able to easily share my curl requests and import collections, which helps me with my team. The initial setup was plug and play.
What do you dislike about the product?
I mean, the cost is really expensive. For teams, or small teams maybe the cloud version is cheaper and also AI is still increasing. I wish it had a cheaper version for sharing with my colleagues.
What problems is the product solving and how is that benefiting you?
I use Postman for testing and creating API endpoints, debugging responses, and backend tech. It organizes, saves, and uses endpoints effectively. Sharing curl requests and import collections make team collaboration easier.