Postman Enterprise
PostmanExternal reviews
1,675 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Best tool for api checking and testing
What do you like best about the product?
I like an postman alot because it is an everyday go to tool for the api testing and api development it have easy to use and easy to accessible
What do you dislike about the product?
i dont like about the postman is that i have ubuntu os in that os postman application is crashing frequent with the high usage so still now that has not solved and application is taking too much load on pc when run it
What problems is the product solving and how is that benefiting you?
Postman solves the main problem is api testing and management and it is one place for the api documentation which can be easily made using it and helpful environment variable .
Great tool to Play around with APIs
What do you like best about the product?
Postman is the most reliable and easy to use tool to test APIs. It has lots of features like saving the requests as a collection, set all the required parameters for the API request, end-to-end api testing, authorization methods and much more. The best thing is we can group similar kind of APIs together as a collection and save them to re-use anytime in the future without making the same configurations again. We can easily integrate any external APIs by importing them into postman and also export any saved collections making them easily sharables. It is my go to tool to Test apis everyday.
What do you dislike about the product?
I think it has a little bit of learning curve in the beginning as there as lots of features.
Also many more features are available only in paid version. Also the customer support is a bit slow.
Also many more features are available only in paid version. Also the customer support is a bit slow.
What problems is the product solving and how is that benefiting you?
Using postman I can test APIs very quickly with just few clicks, no need to write scripts or use curl commands every time. The saved collections makes is very easy to test APIs multiple times.
I can import the external collections and also share the existing collections with my colleagues and friends. It also generates clean documentation from the collections. I can also switch environments easily using variables and no need to change urls or tokens manually. I really love how its provides great user interface to work with graphql APIs.
I can import the external collections and also share the existing collections with my colleagues and friends. It also generates clean documentation from the collections. I can also switch environments easily using variables and no need to change urls or tokens manually. I really love how its provides great user interface to work with graphql APIs.
Postman a great ally (API Discovery)
What do you like best about the product?
I like being able to store credentials securely as well as being able to organize.
API calls can be organized by collections and folders, allowing for much faster localization.
It allows importing OpenAPI files, which makes incorporating all the endpoints of a library very quick and convenient.
It allows configuring authentication at the collection level, avoiding the need to configure it for each endpoint.
All collections are saved in the cloud so that when you log in on another device, you have everything available.
The environments (where sensitive information is stored) are not synchronized in the cloud, ensuring that sensitive data is not leaked and that they do not have it available.
I can export and share the collections with other people.
Scripts can be made that give us the possibility to create random data and therefore test some endpoints.
For my use, the free tier is currently sufficient.
API calls can be organized by collections and folders, allowing for much faster localization.
It allows importing OpenAPI files, which makes incorporating all the endpoints of a library very quick and convenient.
It allows configuring authentication at the collection level, avoiding the need to configure it for each endpoint.
All collections are saved in the cloud so that when you log in on another device, you have everything available.
The environments (where sensitive information is stored) are not synchronized in the cloud, ensuring that sensitive data is not leaked and that they do not have it available.
I can export and share the collections with other people.
Scripts can be made that give us the possibility to create random data and therefore test some endpoints.
For my use, the free tier is currently sufficient.
What do you dislike about the product?
When I export a collection, the variables and scripts do not end up being shared, which means that another person cannot import and use it without having to reconfigure, review scripts, etc.
What problems is the product solving and how is that benefiting you?
Above all, see what types of data the APIs actually return since often the documentation is not updated.
Additionally, it allows me to validate the behavior of an API I have developed (some specific manual test or for debugging).
It allows me to validate the correct functioning of my server after it is launched.
Additionally, it allows me to validate the behavior of an API I have developed (some specific manual test or for debugging).
It allows me to validate the correct functioning of my server after it is launched.
Powerful API tool with room to get smoother
What do you like best about the product?
Postman makes it very easy to test APIs, organize requests into collections, and share them with teammates. The interface is clear and the collaboration features save a lot of time.
What do you dislike about the product?
Postman can feel a bit heavy on system resources, and sometimes the learning curve for new users is a little steep.
What problems is the product solving and how is that benefiting you?
Postman helps me quickly test and debug APIs, organize requests in one place, and share them with my team. It saves time during development and makes collaboration much smoother.
Postman API testing software review
What do you like best about the product?
Postman is easy to use and makes testing APIs simple.the best part is we can create collection and share them across the team members.
What do you dislike about the product?
Some features that are in paid version it cost high and not all people can afford them
What problems is the product solving and how is that benefiting you?
Test and debug api easily and managing collections
Very convinent to use
What do you like best about the product?
we can make any type of request in postman , that is very good thing infact you can upload file also in postman , to check the file upload route . the best part i like about postman is that you can directly import doc.yaml or anytype of doc file and then can test the route from postman , so it is very convinent to use. i use it very frequently as i am a web developer so i need to use it every time when i need to test my apis , that is i need to use it in every project.
What do you dislike about the product?
i don't find any downside till now , but i find bug frequently in postman , one such bug is that when you create a new request , then select the request type as post , patch , delete or put , still sometimes it shows as get on the left hand side request explorer (where all you request route and type are shown) so , that is the bug i have faced.
What problems is the product solving and how is that benefiting you?
i can easily test my api , it is very convinent to use , whenever i make my backend and want to test the routes and services i use postman , so it is very practical to use , it's ui is very imfomative and clear.
Postman is go to tool for everyday neccessity
What do you like best about the product?
In the postman i like about it most that it have collection of routes saving and can easily share to someone and there is also like that we can set environment variables it so we can easily access in any api . It is an go to tool for backend developer to test their api and work around it. i Use daily postman alot and it is very easy to use for any one
What do you dislike about the product?
i dislike about the postman that while using in an linux pc downloading from snap store it is getting crash due to some reason so there version is compatible with linux computers.
What problems is the product solving and how is that benefiting you?
It helps developer to test their api while developement and helpful for qa and cybersecurtiy personal to test the api , enchance collaborations and centralizes the api documents
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.
showing 111 - 120