Postman Enterprise
PostmanExternal reviews
1,664 reviews
from
and
External reviews are not included in the AWS star rating for the product.
A great API tool!!
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!!
Postman is so useful and features full of a free product!
What do you like best about the product?
Postman is so useful and features full of a free product! I almost want to pay for it just to contribute. Saving a collection of server requests for future use is nice. Love the environment variables. The automated test is pretty awesome! There is a neat feature that I use pretty often is to generate code from a particular request and you can choose the language.
What do you dislike about the product?
Environment variable autocompletes would be pretty nice. I find myself needing to "edit" the variables to view the name I gave something.
What problems is the product solving and how is that benefiting you?
Web developers should really have this in there top tools. A huge amount of time saved with requests templates i can quickly go in an tweak to do server testing.
Recommendations to others considering the product:
It is a free product so give it a try. Really nice and i think you'll agree.
Great tool for testing APIs
What do you like best about the product?
Postman makes it easy for even non-developers to test url's when creating or testing APIs. It is the main tool I use for testing.
What do you dislike about the product?
Not the most intuitive user interface but there is a lot of help available until you get used to it.
What problems is the product solving and how is that benefiting you?
We have several vendors who have setup comprehensive APIs to share and update information remotely. We use postman to test APIs before moving into production within our regular programs.
Recommendations to others considering the product:
I am not aware of any other tool available that makes it this easy to test any type of API, even for non-developers.
Attractive UI
What do you like best about the product?
It's a good looking, minimalist design, great for frequent use.
What do you dislike about the product?
The spacing in certain areas could be a little more fluid.
What problems is the product solving and how is that benefiting you?
I use post man to work on sweeps that require WWCE.
usefull even for non tech guy like myself
What do you like best about the product?
I like the interface very much even if not clear at the first sight for a "noob" in IT like I am ;-)
Set up multiple environment is really usefull, as well as is the option to save them
All API call are listed the right way.
Clicking on a collection web link and opening the client right away with the good setup is very nice and very convenient.
Set up multiple environment is really usefull, as well as is the option to save them
All API call are listed the right way.
Clicking on a collection web link and opening the client right away with the good setup is very nice and very convenient.
What do you dislike about the product?
Download time to open the client is quite long (windows 10)
Setup of API to test is quite complicated for beginner non technical like I am, and require from a developper.
UI good but could be improved.
WYSIWYG could be improved
Setup of API to test is quite complicated for beginner non technical like I am, and require from a developper.
UI good but could be improved.
WYSIWYG could be improved
What problems is the product solving and how is that benefiting you?
I use it mainly for functional review and testing and this is quite usefull and convenient to do testing by myself without asking a developper (or at least, ask less to them)
Recommendations to others considering the product:
for testing purpose, can be good
Postman for all your GET, POST, DELETE needs and more!
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!
Best API development tool for beginners
What do you like best about the product?
Simple and easy to use. You dont have to struggle to install or use it. Easy to save and reuse the development you have done. Have been using this for the past 3 months and for a beginner it has provided what he would need.
What do you dislike about the product?
Difficult to create multiple user accounts and switch between them. Sometime it becomes a pain. It would be good to open the tabs/windows that were opened last time when the app was closed. If you have a large set of tabs opened, it becomes difficult.
What problems is the product solving and how is that benefiting you?
Easy to use is the first thing that comes to mind. When i used to use RestAPI extension in chrome it was not easy to read/write APIs. this one is very good.
Recommendations to others considering the product:
Considering the chrome extension to test/develop APIs, it was becoming increasingly difficult in terms of ease of use. Postman solves this. Easy to use and also best one for beginners.
Absolute WebServices control
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.
Cannot live without Postman for my work!
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.
#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.
Free & Easy - What's not to love?!
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'.
showing 1,631 - 1,640