Postman Enterprise
PostmanExternal reviews
1,312 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Understandable and easy to use
What do you like best about the product?
I like that normally to use Postman requires certain technical knowledge but the tool is designed to make everything more understandable even if you are just starting to use it
What do you dislike about the product?
Nothing, for now, I like it very much and I'll continue using it
What problems is the product solving and how is that benefiting you?
I use it to test API at work, also my colleagues share with me their collections and in that way, we can have a collaborative work
Recommendations to others considering the product:
It has too many uses, take them the most also the documentation about the tool is very good
Best api testing tool/software
What do you like best about the product?
Currently, postman supports rest API, Query language and socket testing also. In postman, we can create a workspace for industry or project and invite other mates, so everyone can share all testing data with everyone. Postman also provides the web app so we don't need to download it.
What do you dislike about the product?
There is nothing to dislike, but sometimes when I close the postman the data and API URLs which I've tested will be deleted or removed so next time when I need to test then I've to add those API URLs again.
What problems is the product solving and how is that benefiting you?
I'm working in servingdrives as a full stack developer so for the backend side I've to create and test the APIs, for that I and my mates are using postman in the same workspace to test all the endpoints that we have created.
Recommendations to others considering the product:
I highly recommend to developers who are working on the backend side and want to work in this field in future to use postman for all types of testing.
If you love API development/Testing, this is your tool!
What do you like best about the product?
Postman is very intuitive for users. The UI is simple and straightforward. I've used it to debug my web services/API endpoints in many projects and have been able to accomplish so much work in little time when Postman is added to my workflow.
What do you dislike about the product?
There are no downsides that stand out, it's a simple product that gets the job done! The only room for improvement would be expanding their learning centre more to include other areas such as automation.
What problems is the product solving and how is that benefiting you?
Before Postman, we either used curl in the terminal or the browser to test endpoints. Not only can you test both local and deployed endpoints in postman, but the UI allows you to format the output to make it more readable and this makes the process of understanding the response better. It also has syntax detection which can be a pain in development.
Making API development easy with Postman
What do you like best about the product?
I wish I had known about the Postman app during my college days. Before using Postman when I was working on writing APIs I had to look for the response by putting debug statements and using breakpoints in VS code. But when I started using Postman I found the following benefits,
- Hit any API and see the response directly in 'Response body canvas'.
- The API response is available in four types. They are 'Pretty', 'Raw', 'Preview', 'Visualize'. You can also switch response text to 'Json', 'XML', 'HTML', 'Text', 'Auto'.
- It provides the ability to add query params in the API request and also put authorization info if required to access the API.
- You can create a workspace and connect to it to save/share your API list. Through cURL it's easy to share the API with colleagues.
- The app is available to free users so no need to worry about paying before using or any limited trial version. Though you can pay to get more advanced features.
- Saves history of APIs used in past so it becomes easy to find recent APIs in use.
- Hit any API and see the response directly in 'Response body canvas'.
- The API response is available in four types. They are 'Pretty', 'Raw', 'Preview', 'Visualize'. You can also switch response text to 'Json', 'XML', 'HTML', 'Text', 'Auto'.
- It provides the ability to add query params in the API request and also put authorization info if required to access the API.
- You can create a workspace and connect to it to save/share your API list. Through cURL it's easy to share the API with colleagues.
- The app is available to free users so no need to worry about paying before using or any limited trial version. Though you can pay to get more advanced features.
- Saves history of APIs used in past so it becomes easy to find recent APIs in use.
What do you dislike about the product?
To be honest, I didn't find any flaws while using Postman. The only reason I'm using this app is that I want to see the response from API and it does serve my purpose. However, if they can add a download button for response things will become handier to use.
What problems is the product solving and how is that benefiting you?
I am using Postman to see API responses from different services I'm working on. It works in almost all the services which support APIs and query params. It is really fast and saves my API list in the workspace, hence it removes the bottleneck I was facing earlier when I was doing the same via VS code and seeing a response in the browser.
Easy, pretty, makes testing much easier, and not only testing!
What do you like best about the product?
Everything, presenting responses in several ways, handling cookies and much more.
What do you dislike about the product?
I can't say I dislike, because I like it, but I prefer that if there is an app for android & ios.
Also the pricing for the enterprise is a bit high.
Also the pricing for the enterprise is a bit high.
What problems is the product solving and how is that benefiting you?
Allow backend team test their apis in a clean way. also the frontend team can make a progress in their work in parallel with the backend as they can create mock servers
Goto product for API development, testing and mocking the server.
What do you like best about the product?
Able to save APIs and trigger whenever needed.
Really good to test response and backward compatibility.
It also helps you play around with apis.
Really good to test response and backward compatibility.
It also helps you play around with apis.
What do you dislike about the product?
Having so many features at hand makes new users overwhelm. Handholding is needed to start using the product effectively.
What problems is the product solving and how is that benefiting you?
We are using it to document and test our APIs
Versioning and Saving APIs is really smooth experience in Postman
Versioning and Saving APIs is really smooth experience in Postman
Review
What do you like best about the product?
The process of developing and testing APIs has been made extremely simple. The team workspace feature is fantastic because it allows multiple developers to work on the same project at the same time. We can share and use Postman collection across multiple devices by exporting APIs to JSON. Curls are generated for each and every request. It comes in handy when multiple people are working on the same project and need to save API examples.
What do you dislike about the product?
Because scripts aren't always running properly, I'm having issues with the headers key or values not updating in bulk edit (Globals Environments). On occasion, but not always, I had issues with authorization for getting end points. However, I like this tool and find it useful.
What problems is the product solving and how is that benefiting you?
I'm working on Enterprise Advice Services to create a microservice, so to create a batch in Postman is playing a leading role because every testing or debug to by using this tool we use to register test also by postman we use to show the response to over client we use postman so it's very helpful for us and it's a very cool tool to get responses the service. That is a useful tool for me.
Postman - Lightening fast API services
What do you like best about the product?
The best thing about Postman is that it is lightning fast when it comes to debugging API calls. The single ecosystem that can take care of all the GET, POST etc methods is brilliant.
What do you dislike about the product?
The most obvious disadvantage of Postman is that it is ideal for RESTful APIs and is not as suitable for others like SOAP APIs. Having the requirement to create a new script every time some modification is required is inconvienent.
What problems is the product solving and how is that benefiting you?
Postman saves a lot of time for me when I have to look at the Analytics calls firing when my browser is unable to capture them due to the fast page refresh calls.
Glad I found it
What do you like best about the product?
Super intuitive and easy to use, I've never read any documentation or help resources to use it. The way it visually organizes all elements in a request is great. Love having my requests organized by project. I don't use the code snippet functionality but I think it's really helpful and makes the software more than a request tester. Love the dark mode UI.
What do you dislike about the product?
Haven't found something I don't like about it. The only thing that's weird to me and it's mostly perception: I feel like it is a relatively simple application and seems like it takes too much memory to run.
What problems is the product solving and how is that benefiting you?
I am a Netsuite developer and there are times when we need to integrate it with APIs or web services. Testing it in Postman before writing the code with Netsuite's API saves me a lot of time and debugging pain. Even if I have to debug afterwards, it helps me make sure I'm sending the request correctly and review the results to make sure I'm handling them correctly.
Recommendations to others considering the product:
Go for it.
Excellent tool for API developers, designers, testers and teams.
What do you like best about the product?
Project organization by collection and teams and the possibility to execute on pipelines using Newman.
What do you dislike about the product?
I would like Postman to have better features for team communication, api + collection reviews and integration with Git repositories. I would like to see more powerful integrations (like Insomnia has with Kong Api Gateway) and extensibility with user custom plugins.
What problems is the product solving and how is that benefiting you?
Designing and testing REST APIs with small teams. Postman helps us a lot because it can automate tests, import request from OpenAPI (specially importanto for us) and curl.
Recommendations to others considering the product:
Use it along side with others automation tools.
showing 201 - 210