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

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


5-star reviews ( Show all reviews )

    Dave O.

Great and light product

  • December 30, 2017
  • Review provided by G2

What do you like best about the product?
Essential software to test all your development tools. What I like the most is how easy it is to use this software.
What do you dislike about the product?
Dislike ? I can only say good things about this software, sorry
What problems is the product solving and how is that benefiting you?
with postman, we can quickly test all of our development features in a second. Really helpful for debugging and see results.


    Recreational Facilities and Services

Use for testing in a Support Role

  • December 14, 2017
  • Review provided by G2

What do you like best about the product?
Ease of use and customization (i.e presets)
What do you dislike about the product?
Sync feature, i don't understand it's purpose as it only caused problems after I logged int..of course, this could be another issue
What problems is the product solving and how is that benefiting you?
Testing API calls, etc through postman to help customers


    E-Learning

A primordial tool for API developpment

  • December 13, 2017
  • Review provided by G2

What do you like best about the product?
The ease of use. In a couple of minutes you can test a request on your server and debug it if needed
What do you dislike about the product?
Some issues with HTTPS testing with self-signed certificate
What problems is the product solving and how is that benefiting you?
With postman i can test my API developpment really fast


    Retail

Awesome way to test services

  • December 11, 2017
  • Review provided by G2

What do you like best about the product?
Ease of testing Ajax calls, http gets and posts. Great way to debug problems with payloads
What do you dislike about the product?
My only gripe is the user experience, I feel it could be more friendly to save new services without overwriting old ones
What problems is the product solving and how is that benefiting you?
The issue with errors developing calls and services when integrating with 3rd party vendors.
Recommendations to others considering the product:
Try it!


    Higher Education

A great API tool!!

  • December 06, 2017
  • Review provided by G2

What do you like best about the product?
It allows you to test the API web services you are working on in a test or prod environment. You can send headers and a request body. You also are able to choose what type of HTTP calls to make. Its also great for testing if a service is up and running.
What do you dislike about the product?
It takes a while to get used to writing the code for automated testing. But once you learn it, its very easy to use. Not the best if you need certificates installed.
What problems is the product solving and how is that benefiting you?
testing web service APIs
Recommendations to others considering the product:
Use it, it's free!!


    Sung Min K.

Postman for all your GET, POST, DELETE needs and more!

  • November 02, 2017
  • Review provided by G2

What do you like best about the product?
Incredibly easy to use UI, direct and to the point, making GET or POST requests has never been easier, very intuitive headers and body to input data as corresponds to API and done!
What do you dislike about the product?
Love everything about it! I use this tool almost daily to try out new requests or check why a request isn't working.
What problems is the product solving and how is that benefiting you?
API connection requests (GET, POST, DELETE, etc)
Recommendations to others considering the product:
Use it!


    Víctor B.

Absolute WebServices control

  • October 25, 2017
  • Review provided by G2

What do you like best about the product?
The possibility to create collections and environment variables so it is not needed to change all the time the connectivity parameters working with different environments. Easy to introduce headers and body in different formats depending on your needs and input data.
What do you dislike about the product?
The learning curve is a bit complicated when you try to use the tests functionality and other non-basic features
What problems is the product solving and how is that benefiting you?
Testing the REST WebServices I need to use before implementing them on my application.
Recommendations to others considering the product:
Learn to use all the functionalities of the application since the potential is really high. Get some time to know what can you do with it, it will be well invested time.


    Information Technology and Services

Cannot live without Postman for my work!

  • October 13, 2017
  • Review provided by G2

What do you like best about the product?
#1 it is free.
#2 I love the fact that I can test pretty much any API in almost any configuration and get an immediate and correct response.
#3 I can create test payloads with ease and clone/copy my tests into folders for easy sorting and organization
#4 I can send payloads in any format needed (form posts, gets, raw text, json, etc). I can literally recreate any submission type I need.
#5 Once I have the payload sorted out, I can export into any processing format I may need: AJAX/JS, C#, Node/JS, etc.
#5 I can retrieve payload responses and then export those into any format I may need: JSON, XML, plain text, etc.
What do you dislike about the product?
Believe it or not the biggest issue I have is actually just creating a new "test" inside a Collection. The UI is terrible in that regard. I usually end up duplicating from another collection, sort of blank it out , and then start from there. Maybe I'm not doing something right here but the UI is not clear for me.
What problems is the product solving and how is that benefiting you?
Being able to quickly test and debug third-party vendor APIs. This has two benefits 1.) we can hold third-party vendors accountable and immediately put them to work fixing any issues in their services 2.) we can quickly pass payloads of any shape or size to quickly get metrics on the APIs we are testing
Recommendations to others considering the product:
I don't know if it is possible but can you make it an option to share or forward an individual test to another user? I see you can export entire Collections but sometimes I don't need quite that much. This would be really nice to have as I work with other developers where I have to export or take screenshots of the tests I'm building local.


    Edmond L.

Free & Easy - What's not to love?!

  • October 13, 2017
  • Review provided by G2

What do you like best about the product?
Great way for non-developers to send request, fetch data, and get answers without bothering engineers.
What do you dislike about the product?
It can be dangerous to send data, it's so easy to post to a database. When you hit 'Send', it's out in the world.
What problems is the product solving and how is that benefiting you?
I use it to check the balance of dozens of account in once place. I can also check the status of orders with outside vendors with a simple request.
Recommendations to others considering the product:
Go slow and make sure everything looks good before you 'Send'.


    John "JJ" O.

Can't believe it's free!

  • October 07, 2017
  • Review provided by G2

What do you like best about the product?
Postman is amazing! It simplifies API development by consolidating all my API calls into one location. Additionally, using Postman Pro allows me to share my work with the rest of the my team. The variables allow me to quickly swap out my API parameters quickly and efficiently. The API testing feature allows me to create unit tests for each of my company's API calls. Last, the interface is friendly and easy to use.
What do you dislike about the product?
The API testing framework needs to be expanded a bit. Right now, I can test one API call at a time with their testing feature. It would be nice to be able to create tests that would allow me to incorporate the results of other API calls.
What problems is the product solving and how is that benefiting you?
At my company, we use Postman to develop our customer-facing API, as well as our internal API. We subscribe to the Postman Pro service, as well, which allows us to share our API library across the company.
Recommendations to others considering the product:
Postman is the best API development tool I've encountered. I doubt you will find one better.