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

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


    Computer Software

Powerful API request management tool to stay organized

  • September 16, 2020
  • Review provided by G2

What do you like best about the product?
I like that I can save requests into collections and use variables to manage the endpoint and auth credentials.
What do you dislike about the product?
Sometimes the duplicate function is a little funky, wish it was easier to clone a request and make a few edits and save the new request in the same collection.
What problems is the product solving and how is that benefiting you?
I'm using postman to test our API, it's great for keeping a bunch of requests ready to use for testing.


    Betsy R.

Great way to test API responses

  • September 15, 2020
  • Review provided by G2

What do you like best about the product?
It is very easy to create an API call from Postman and has many major APIs integrated to make the queries easier to create. I work a lot with the Cisco Devnet API and it can be included with one click as well as any of the other APIs what I like the most is how easy is to get any of the frameworks and that they aren't included by default so I only get the ones I need for my job and can easily delete them if I don't need them anymore.
What do you dislike about the product?
It is 100% compatible with terminal API calls and that is great, but not 100% with calls from the browser even when you put the browser string in postman the results may vary so you may need to double-check in the browser for specific API calls
What problems is the product solving and how is that benefiting you?
Designing and Verifying API calls for the devices I manage
Recommendations to others considering the product:
Do not use it in a vacuum, download the API documentation of the target API and devices you want to use.


    Retail

postman review

  • September 15, 2020
  • Review provided by G2

What do you like best about the product?
easy interface for development and test of APIs
What do you dislike about the product?
Bad UX, Expensive, management is complicated. No roles & permissions capability.
What problems is the product solving and how is that benefiting you?
provide a tool for developers to collaborate on API development.
It has been working fine with issues.


    rahul g.

Best API suite for all product needs

  • September 15, 2020
  • Review provided by G2

What do you like best about the product?
The postman application provides collections, history, creation of api and a runner.
This helps in creating mock server, monitoring and documentation.
What do you dislike about the product?
The application is good but can be little better by lowering execution time for collection.
What problems is the product solving and how is that benefiting you?
Api documentation, automated tests, health and performance of API.
Mock server of my in development api's and accessing requests.
Recommendations to others considering the product:
Best API managment tool


    Dan D.

Postman is an essential tool for API development

  • September 15, 2020
  • Review provided by G2

What do you like best about the product?
I like the way Postman handles collections. I work on lots of different projects and it is very easy to organize API calls in groups.
What do you dislike about the product?
I don't like that there is limited support for GraphQL queries. It can be done, but it is less intuitive.
What problems is the product solving and how is that benefiting you?
I use Postman for planning and mocking APIs as I build back end services. I have found success in developing with fewer problems because I can test endpoints immediately.
Recommendations to others considering the product:
The more you integrate Postman into your workflow the more effective it will be for you. Setting up your testing and mocks takes things to the next level.


    Computer Software

Postman payloads

  • September 15, 2020
  • Review provided by G2

What do you like best about the product?
Get and Post methods are user friendly also It can be easily accessible
What do you dislike about the product?
The web app and application should be always in Sync where there is a delay.
What problems is the product solving and how is that benefiting you?
As I told above, Get and Post Payloads and raw responses are solving most of the problems


    Computer Software

Flexible and Friendly UI

  • September 15, 2020
  • Review provided by G2

What do you like best about the product?
The way you can save collections of API and have the flexibility to manipulate different payloads accordingly. The UI is also very intuitive and clean.
The Bootcamp section was a very useful learning resource that I see useful to New Hires or new graduate students looking into API development.
What do you dislike about the product?
Sometimes the History seems too cluttered. Maybe when I send the same requests a lot of times with a minute change they can be shown as a tree structure with the dropdown containing all the changes done to a particular API.
What problems is the product solving and how is that benefiting you?
I have using Postman to stress test some personal projects I have before deploying them online. It was accessible and lightweight in my experience, which helped me to quickly test out changes I made to the code base I was working on.

In terms of work, I like that there are collaborative spaces that my small team uses frequently to check and test our APIs.


    Rohith K.

Searching for Best API application ? Go for Postman..

  • September 15, 2020
  • Review provided by G2

What do you like best about the product?
Postman helps in integrating several APIs like Google API, DnB and also some middleware API at an extensive ease.
The best part I like is we can export and import the APIs using programming language like Python,etc.
It can provide results with multiple responses as well.
And the UI here is the best I can say when compared to its alternates.
We can organize several APIs of same domain into some collections.
It is free to download.
What do you dislike about the product?
I don't think I can find a reason to dislike it. Each and every feature available is straight forward. The only thing I would like to suggest is to bring up the ability of running multiple APIs in parallel.
What problems is the product solving and how is that benefiting you?
I was able to call the default APIs and also some middleware third party designed APIs from Postman.
It helped me in comparing the throughput of several APIs.
I use a lot of Post and Delete operations to test my application endpoints.
Recommendations to others considering the product:
A highly recommended tool if you are searching for any API related application, and most commonly used by back-end developers.
Anyone couldn't find the best UI in any other software application for such an efficient purpose.
So just go for Postman and you will be amazed with your experience.


    Debapriyo P.

Best app for create API request

  • September 14, 2020
  • Review provided by G2

What do you like best about the product?
too user-friendly Ui and easy to use.and also available on free for the basic version. takes less ram.
What do you dislike about the product?
nothing many issues with it.it will best if I put the data type also in the input field.
What problems is the product solving and how is that benefiting you?
I am working as an app developer so for me fetch the exact data from API before implementation is much important.postman makes it easy. here I can also save them for the future.
Recommendations to others considering the product:
they should reduce their price.


    Jasmine O.

Best way to test out your restful API's

  • September 14, 2020
  • Review provided by G2

What do you like best about the product?
I love that postman is simplistic enough to check out endpoints in your api allowing you to test out what data can be output on your localhost server. I also love that it allows you to change the headers to test vulnerabilities in your api.
What do you dislike about the product?
I dislike the need for having an account to actually use it. I feel uncomfortable having a history of the endpoints I tested out being sent to Postman.
What problems is the product solving and how is that benefiting you?
With postman, we use it to test out the endpoint of our Backend API. We have found this the easiest way to see how data is being transmitted from the end-user to the backend-client. We realized this was the fastest way to achieve it as they gave you all the tools to mimic a browser's request.
Recommendations to others considering the product:
I would highly recommend using Postman to test out your API, it very easy and makes building a backend system alot easier.