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

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


    ROBIN R.

Postman Simplifies REST API Testing with Collections

  • March 18, 2026
  • Review provided by G2

What do you like best about the product?
Postman makes API development and testing simple and efficient. I mainly use it to test REST APIs in my Spring Boot applications, and it lets me quickly send requests, manage headers, and validate responses without having to write extra code. The Collections feature is especially helpful for keeping APIs organized, and environment variables make it easy to switch between different setups, such as development and production. I also appreciate the built-in testing scripts and the authentication support (JWT, OAuth 2.0), which saves me a lot of time during development.
What do you dislike about the product?
One downside is that Postman can feel slow or heavy when I’m working with large collections or keeping multiple tabs open. At times, syncing with the cloud workspace takes a while, which can get in the way of smooth collaboration. I’ve also found that some helpful features—like advanced monitoring and stronger team collaboration options—are limited in the free version, and that can be a real constraint for growing teams.
What problems is the product solving and how is that benefiting you?
Postman helps me test and debug APIs quickly without having to rely on frontend applications or write custom scripts. With it, I can verify endpoints, inspect responses, and automate test cases all in one place. This cuts down development time and makes it easier to catch issues early, which is especially valuable in a microservices environment. Overall, it boosts my productivity and helps ensure APIs are reliable before deployment.


    Sanjivani B.

No-Code API Testing with Organized Collections and JS Validation

  • March 15, 2026
  • Review provided by G2

What do you like best about the product?
It helps me test my APIs without writing any code. It also helps me save my APIs, and it allows me to group related APIs together. On top of that, it lets me validate my responses by writing test scripts in JS.
What do you dislike about the product?
Sometimes it gets slow because of heavy APIs. Also, to use a few features I need to purchase the paid version. For large projects, maintaining the APIs is a bit hard as well.
What problems is the product solving and how is that benefiting you?
Before Postman, I used the command prompt (cmd) to test APIs, which was a bit complicated, and managing APIs in the command line was exhausting. Now that I’m using Postman, debugging APIs is much easier and better compared to other tools. It lets me inspect the request headers and body, as well as the response status and response data. Organising my APIs is also much simpler now.


    Lovepreet S.

A Developer’s Blessing for Fast, Reliable API Testing

  • March 14, 2026
  • Review provided by G2

What do you like best about the product?
Best thing i like about postman as a developer is it helps a lot to check the current status and response of api's to test and it gives proper response with code which helps a developer to find the route cause if any problem arises,
Most of the time, rather than checking the whole code, i check API in postman first to check wheather data is coming or not, if its api fault chhecking code is of no use, postman saves this time.
I usually use it more for SMS Service api test, to check the 3rd party api's wheather they are getting proper data or not.
at the end Its an very blessing software for developers, dosent depend you are a web dev or an app, same thing works for all.
What do you dislike about the product?
Interface ban be improved, during run only the user interface iseems like complex. when i ask my Jr Developers to use the same, most of them gets confused with the UI, moreover for some config,its not fast, company should provide LITE Version for other users also who have low config machine.
Advance Team colabs are fully paid which limits user to a certain extent, this thing needs to be improved, and inteface should be very simple.
For experienced Developers its very good
What problems is the product solving and how is that benefiting you?
Testing and Manaaging api inspite of writing big codes helps a lot. it saves a lot of time and helps to avoid the errors in integration on live, it helps a lot to check like trial and error method type. managing multiple APi's in same software helps a lot. At the end of the day anything that matters is it saves your time.
It also solves debugging of code/issue


    Shreyas G.

Effortless API Testing with Postman

  • March 10, 2026
  • Review provided by G2

What do you like best about the product?
I find Postman very convenient for API testing. It's easy to create environments and collections, which helps me a lot. I like that Postman automatically creates a request when a curl is provided, and its ability to modify the body and payload is really useful. I can easily understand the existing API structure just by providing the curl and exploring the structure. Setting up Postman was very easy—just install and start using it.
What do you dislike about the product?
When using a request from a collection, I can't save the duplicate as a separate entry.
What problems is the product solving and how is that benefiting you?
Postman makes API testing easy, allows me to create environments and collections, and auto-generates requests from curl inputs, simplifying API exploration and modification.


    Computer Software

Good Api Testing Tool

  • March 05, 2026
  • Review provided by G2

What do you like best about the product?
API testing and writing scripts to manage tokens within a flow, and similar tasks.
What do you dislike about the product?
So far, it’s doing what it’s supposed to do for my use case.
What problems is the product solving and how is that benefiting you?
When I’m building APIs or I just want to test a public API, this lets me do it without having to create an interface first.


    Francis Eric M.

Postman Makes Team Collaboration Easy

  • March 04, 2026
  • Review provided by G2

What do you like best about the product?
I like how Postman makes it easy to collaborate with my team members.
What do you dislike about the product?
What I dislike is the free plan, because it limits collaboration.
What problems is the product solving and how is that benefiting you?
I have been using Postman to run my collections in Newman, and it has helped me execute my scripts and test cases faster and more efficiently.


    Rishabh S.

Intuitive UI and Seamless API Integration

  • February 28, 2026
  • Review provided by G2

What do you like best about the product?
I use Postman for API testing and integration, which helps me work on the APIs and check status codes. I like the UI, collaboration features, and ease of download. It assists me in debugging APIs and integrating other APIs. The user interface provided by Postman is a key feature that made us switch from using curl commands in terminals. The initial setup was a breeze, definitely a 10 on 10.
What do you dislike about the product?
I guess, they can reduce the cost and increase the use of free accounts.
What problems is the product solving and how is that benefiting you?
I use Postman for API testing, checking status and code, debugging APIs, and integrating other APIs. The UI, collaboration features, and ease of setup make it valuable and simple to use.


    Kunal D.

Essential API Debugging and Efficiency Booster

  • February 26, 2026
  • Review provided by G2

What do you like best about the product?
I primarily use Postman client services as my core workspace for API development and testing in MERN stack and APIs built on Node.js. It allows me to test Express.js endpoints, validate MongoDB data structures, and test middleware logic in isolation. I really appreciate the environment variables and pre-request scripts because they automate the most repetitive parts of my workflow. The ability to auto-refresh JWT tokens means I never have to manually copy-paste authentication headers between requests, saving me hours and keeping my testing environment perfectly synced across local, staging, and production. Creating collections and documenting the request and responses help me share the APIs with other team members for integration. Environment variables eliminate the manual overhead of context switching between environments, allowing me to swap entire API configurations with a single click, ensuring I never accidentally run a test against live data. Postman acts as my live debugging console, letting me make and test APIs faster, plus validate request and response formats like JSON. The initial setup was quite easy and quick.
What do you dislike about the product?
The desktop app becomes quite resource-heavy, causing noticeable lag when I have multiple collections and Chrome tabs open. I also find the interface increasingly cluttered with enterprise features I don't use, and I'd prefer more control over local-only storage for sensitive environment variables.
What problems is the product solving and how is that benefiting you?
I use Postman to test APIs, visualize data flow in back-end development, and validate request/response formats. It acts as a debugging console and simplifies environment switching. Collections and environment variables automate workflows, saving me hours in authentication and documentation tasks.


    hardik b.

Postman Makes API Testing Fast, Simple, and Effortless

  • February 22, 2026
  • Review provided by G2

What do you like best about the product?
What I like most about Postman is how easy it makes testing APIs. I don't have to write a script or set up anything complicated. I just put in the URL, select the method, add my body or params, and send the request, seeing the response clearly on the same screen helps a lot. It feels very simple and fast, especially when I'm debugging something in the backend. I also like that I can save my request in a collection, so I don't need to rewrite everything again. It helps me work faster without overthinking.
What do you dislike about the product?
One thing I don't like is that sometimes it feels heavy when too many tabs or collections are open. It can slow down a bit. Also, a few features are hidden behind menus, so it takes time to find them when I'm in a hurry. Syncing across devices works, but occasionally I feel it takes time to update. The desktop app also needs to be updated frequently, which interrupts my work for a minute or two. These are small things, but I notice them in my daily use.
What problems is the product solving and how is that benefiting you?
Postman mainly solves the problem of testing APIs without writing code again and again. Before using it, I used to print logs, write small scripts, refresh servers, and repeat the same steps just to check on requests. It was tiring and slow. Postman removes all that extra work. I can test, debug, and understand responses quickly. It saves a lot of time during development because I can see directly what is wrong and fix it right away. It also helps me keep everything organized. Instead of having small code snippets everywhere, all my API call states are saved in one place, so I can reuse them anytime. When I need to share something with someone, I just send the collection link. It makes teamwork easier and avoids confusion. It also helps me avoid guessing. when an API is not working. I can see the exact error clearly instead of searching through logs or reopening the server again and again. Another thing is that it keeps my workflow smooth. I can switch between different environments easily. like dev, staging, or production. without typing everything again. It saves a small bit of time that really adds up. It also makes learning new APIs easier. when I want to check how some new service works. I can try out requests quickly and understand the response without setting up the whole project. Sharing testing steps with teammates becomes simple too. Instead of explaining things in long messages, I can share a collection, and they can run the same request on their side. It avoids miscommunication. It helps me catch mistakes early. if I send a wrong payload or forget a header. I can see the issue right away instead of debugging for hours. That takes a lot of frustration away. It also keeps everything neat.


    AKSH D.

Easy-to-Use Dashboard That Keeps Everything in One Place

  • February 18, 2026
  • Review provided by G2

What do you like best about the product?
It’s easy to manage everything in Postman and keep it all in one place. The dashboard UI is clear, and the overall interface feels intuitive and straightforward to navigate.
What do you dislike about the product?
The only thing I hate is the pricing and subscription model—when the number of users increases, the cost also goes up. Other than that, everything is good.
What problems is the product solving and how is that benefiting you?
It's help me to make and manage api calls , put everything in one place, Centralized.