Postman Enterprise
PostmanExternal reviews
1,628 reviews
from
and
External reviews are not included in the AWS star rating for the product.
It is very useful application for api testing
What do you like best about the product?
Postman allows creation of collections and allows us to share them which is very useful feature of postman.
What do you dislike about the product?
Nothing as of now, but this should also contain something to create cors error as this error does not occurs on postman but it appears when we use browser.
What problems is the product solving and how is that benefiting you?
This allows us to test our apis without any dependency of Frontend development, also it provides script options which makes inserting token in every request very easy.
All in one platform for api development to api testing
What do you like best about the product?
i am uses postman in daily basis, i'm a developer so after creation of api my next step is always go to postman and test the api with postman clean and interactive ui. best thing that i like about postman is it's extension is now available in many code editor also so developer can test the API in same IDE. postman supports various data formats for its request from basic json type to multipart formdata like audio files. also one more feature where we can create custom flow for api development to api testing.
What do you dislike about the product?
as basic functionality postman is good in all way, but some complexity also there in automation tasks like postman supports test scripting but to manage complex workflow is harder some time, also its good if it work more on api docs to provide comprehensive list of api used in project
What problems is the product solving and how is that benefiting you?
jira works on workspace enhancements, because of without centralized system its hard to manage all api of projects, so its provides workspace management option where multiple team can work on same project everyone can access to all resources. also manual testing is so tedious so postman works on automation testing by building a automation framework will benificial for non technical person like qa tester.
PostBot AI
What do you like best about the product?
Post bot AI is very useful for every backend api developer to create new api and scripts for thay APIs.
What do you dislike about the product?
Postbot AI is not helping for everything need to make new APIs in postman
What problems is the product solving and how is that benefiting you?
Postman's postbot AI is very useful for new backend api development developers to easily create new API and if needed script parts are also.
Environment variables will be easily saved using this AI.
Environment variables will be easily saved using this AI.
The best platform for api testing
What do you like best about the product?
Postman excels with its user friendly interface, allowing anyone to easy build ,test and debug API requests without writing any code.it helps organize requests into collections which is perfect for managing projects and sharing them with a team.overall it streamlines the entire process of api Testing from start to finish. it support varios formats for requests from simple form data to multipart form data.
What do you dislike about the product?
One significant drawback is that postman can be quite resource intensive, often using a lot of memory and feeling slow to launch.also as more features have been added , the user interface can sometimes feel cluttered and overwhelming ,making it less intuitive for beginners.
What problems is the product solving and how is that benefiting you?
It work on ai agent which is automate the cycle of api development to api testing by covering various test cases and scenarios.also works on documentation of apis.also works on workspace management for team collaboration.
Great tool for API Testing and everyday use
What do you like best about the product?
Its very easy to test API and organize request in one place
What do you dislike about the product?
Takes a bit of time to learn the advance features
What problems is the product solving and how is that benefiting you?
I cab keep all my API request organized in one place
It is good, being a backend developer I can not imagine my life without postman.
What do you like best about the product?
In postman I like the Feature to directly paste the curl in the url box, which automatically makes the entire request, also feature to bulk edit the key value pairs is also good, beautify feature is also good which formats the json automatically.
What do you dislike about the product?
I don't see any downside as of now, but in between it was kind of forcing me to log in to use some the stuffs, I don't remember exactly but that was quite annoying.
What problems is the product solving and how is that benefiting you?
basically with postman I can test my apis without the need of the UI, so this is why postman is very useful for backend developers.
Better and streamlined API workflow for teams
What do you like best about the product?
i like that postman simplifies API testing with its intutive interface,supports automation and enables smooth team collaboration.
What do you dislike about the product?
Sometimes it can feel heavy on system resources and advanced features may require a paid plan.
What problems is the product solving and how is that benefiting you?
Postman makes checking and using APIs easier,saves time by automating tasks and helps teams work together better without mistakes.
Essential Tool for API Development and Testing.
What do you like best about the product?
Postman makes API testing simple with an easy to use interface, powerfull automation, and collaboration features.
What do you dislike about the product?
Sometimes it feels heavy on system resources and advanced features can be not understandable for beginners.
What problems is the product solving and how is that benefiting you?
Postman helps steamline API development, testing and debugging, saving time and improving team collaboration.
Review for Postman
What do you like best about the product?
Postman is best tool to test our api without use the browser
for example i want to test login api then i can test it with the postman without login the user in browser. So our time will be reduced.
using postman we can test simple api without auth, token base api, auth base api, etc.
if we want curl format in any language i.e., php, java, etc then we easily get the curl.
we can set the headers, params, and also we passed our request data in the body section. in this body section we can use raw method like json, text, etc and also we can pass form data.
if we use json method then we can beautify the our json.
response is also good, if we want json viewm html view.
we also save the our apis.
we can test all the api types like post, get,delete, etc.
for example i want to test login api then i can test it with the postman without login the user in browser. So our time will be reduced.
using postman we can test simple api without auth, token base api, auth base api, etc.
if we want curl format in any language i.e., php, java, etc then we easily get the curl.
we can set the headers, params, and also we passed our request data in the body section. in this body section we can use raw method like json, text, etc and also we can pass form data.
if we use json method then we can beautify the our json.
response is also good, if we want json viewm html view.
we also save the our apis.
we can test all the api types like post, get,delete, etc.
What do you dislike about the product?
i have ubuntu in the laptop, so whenever i open the postman software then it takes a time to open.
Sometime after opening the postman my laptop was getting hang.
Sometime after opening the postman my laptop was getting hang.
What problems is the product solving and how is that benefiting you?
I want to test multiple api's without browser, so it help me to test the all apis.
i test the all the test scenario like 200 status , 500 status, passing the wrong request, with auth and withour auth token, etc.
i test the all the test scenario like 200 status , 500 status, passing the wrong request, with auth and withour auth token, etc.
Essential tool for API testing and collaboration
What do you like best about the product?
Postman has become a must-have in my daily workflow. It makes API testing so much easier, from quickly setting up requests to organizing them into collections. I like that I can save environments, variables, and test scripts so I don’t have to repeat work. The collaboration features are also really handy, our team can share collections and work off the same documentation without confusion.
What do you dislike about the product?
Sometimes the desktop app feels a little slow, especially with large collections. The UI can be difficult for new users because there are so many options and menus. It’s powerful, but it does take a bit of time to get comfortable.
What problems is the product solving and how is that benefiting you?
Postman helps us test and debug APIs much faster. Instead of manually writing curl commands or switching between tools, we can send requests, check responses, and even automate tests in one place. It also keeps our collections and environments organized, so the whole team can reuse them without confusion. This saves time.
showing 91 - 100