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

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


    Shivam S.

Good for testing the API and easy to use

  • August 06, 2021
  • Review provided by G2

What do you like best about the product?
Testing the API became the easiest task with the help of this application,Most of the API were tested with the frequent manner.
What do you dislike about the product?
We may face issues with the updates of the PostMan else everything is fine.
What problems is the product solving and how is that benefiting you?
Testing the API providing the right path to work with the APIs.


    Krinal P.

Most valuable tool to develop APIs

  • August 01, 2021
  • Review provided by G2

What do you like best about the product?
HTTP request with different method types such as DELETE, POST, GET, PATCH and PUT supported. Required customized headers can be added in a key/pair manner. Body with HTML, JSON, and XML supported. GraphQL requests are also supported. Collections can be imported and exported easily and share with a team.
What do you dislike about the product?
Postman is a feature rich tool and provides out of the box features to ease the API development therefore I could not find any downside of this tool.
What problems is the product solving and how is that benefiting you?
In every project, we develop backend APIs which cannot be immediately integrated with Frontend. Before we integrate we need to develop and test designed APIs. Postman is an excellent tool used to design, develop, modify and test RESTful APIs. Using this tool we can share mock APIs with Front end team and parallelly start development. Moreover, the testing team can also utilize this tool to test automated test cases.


    Dinesh S.

API get and post response

  • August 01, 2021
  • Review provided by G2

What do you like best about the product?
A free version is available. Easy to use and understandable platform. You can edit the parameter of the request.
We can get and send requests to any platform.
The collaboration feature gives the flexibility to work with the team in the same API.
What do you dislike about the product?
I don't feel any dish like it till now, but if you want to use the advanced feature, you need to purchase the paid version.
What problems is the product solving and how is that benefiting you?
You can test API easily is working or not.
Recommendations to others considering the product:
Use postman to develop API


    Rakesh l.

The Best API testing tool in the market

  • July 31, 2021
  • Review provided by G2

What do you like best about the product?
After using this I didn't touch any other tools, the best part is the ease of use
What do you dislike about the product?
Nothing as such this products need some additional features
What problems is the product solving and how is that benefiting you?
It can handle different calls get post put and how efficiently it gives the result is absolutely brilliant


    Siraset J.

Ultimate tool for creating web request

  • July 30, 2021
  • Review provided by G2

What do you like best about the product?
The feature that allows me to define a variable in URL or content body.
What do you dislike about the product?
The panel that displays the request's detail is not easy to use. It is pretty hard to get in the detail through a complex-looking UI.
What problems is the product solving and how is that benefiting you?
Postman help me manage the test suite and can support multiple environments
Recommendations to others considering the product:
With this tool, you can build, manage, distribute your test suite for API or automate testing in such a comfortable way


    VIPIN Y.

Best App for Api testing

  • July 29, 2021
  • Review provided by G2

What do you like best about the product?
With the help of a postman, you can edit the headers, payload and debug your code very easily.
What do you dislike about the product?
Nothing. But after multiple tabs, if I don't save the API then I lost the API.
What problems is the product solving and how is that benefiting you?
I cant imagine create a good quality API without postman. As a backend developer when I wanted to create API then always used postman for that.


    Abrar K.

Develop and Test your API with the best tool around.

  • July 28, 2021
  • Review provided by G2

What do you like best about the product?
The user interface is excellent and easy to use. We can send requests to any platform with ease and edit any parameters, which is a fantastic feature. We can keep all important APIs in one library and use them when needed. We can even explore and find other user's APIs and use them as references or as required. It has a collaboration feature where a team can work together from any location.
What do you dislike about the product?
It is expensive when it comes to the collaboration feature. The tool hangs a lot for me, and it makes the user experience not suitable. Although the tool supports all devices, it works best only with the desktop version. Documentation lacks many points and it is difficult to get around. Some more tutorials or examples must be added to improve user experience.
What problems is the product solving and how is that benefiting you?
I have been using this tool while developing my websites to test APIs by sending requests. The results appear in a very readable way and are easy to understand. We can share our API calls with others and even share the team library.
Recommendations to others considering the product:
I will recommend this to all the developers out there; this tool helps a lot in API testing and integration. It is open-source, and security is good. You can even check the previous requests made through the history option. Importing and exporting of API is very straightforward. We can automate the testing for API calls.


    Akil Raj D.

Postman

  • July 23, 2021
  • Review provided by G2

What do you like best about the product?
Easy to make API calls. Option to include scripts helps in the automation process.
What do you dislike about the product?
It would be nice to have some sort of logging system.
What problems is the product solving and how is that benefiting you?
Make API calls for testing and resolving the issues and debugging.


    Vimal G.

A fantastic framework for API testing.

  • July 23, 2021
  • Review provided by G2

What do you like best about the product?
1. The Postman is really simple to use.
2. You can test your API without using a browser with only a few clicks.
3. It's simple to set up multiple workplaces based on your tasks and requirements, and you can even share them with your friends. This means that everyone is performing the same API testing.
4. They allow for the quick and easy addition and deletion of parameters.
5. It is simple to construct a mock test for the API.
6. They also offer cloud storage for API backups.
What do you dislike about the product?
1. The UI, especially for beginning users, may confuse and difficult.
What problems is the product solving and how is that benefiting you?
The Postman is an excellent tool for testing various HTTP requests, and you can easily manipulate the REST request and response. It takes less time for new employees to become productive when they work with our existing codebase.


    Information Technology and Services

Postman is an excellent tool for testing APIs

  • July 20, 2021
  • Review provided by G2

What do you like best about the product?
Postman is an extremely powerful tool for developing and testing APIs. It has a very handy and easy-to-use feature to generate mock APIs and API documentation. This makes it very easy to design APIs. It also has good features for creating collections and environments that can easily be used to call the same APIs in multiple different environments. Postman also has great features to translate API calls into curl requests which makes it very easy to generate requests that can be called through a command line instead of the Postman UI.
What do you dislike about the product?
I dislike that Postman sometimes has issues with SSL and VPNs. For example, when I am connected to a VPN, it does not always propagate through Postman, and the Postman connectivity fails to those endpoints.
What problems is the product solving and how is that benefiting you?
The problems we are solving with Postman include being able to call APIs for testing and development. It has a useful UI that makes it very easy to construct API call requests and execute them in multiple different environments. You can also run tests in Postman which makes it very easy to test APIs easily in an automated fashion. The benefits include easy and fast development and testing for APIs.