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

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


    Jonathon L.

Easy way to test API's

  • October 28, 2021
  • Review provided by G2

What do you like best about the product?
Easy to understand interface. Simplifies OAUTH usage for API testing. There is the ability to add complex things like cookies to your requests and best of all it's all saved in the cloud so you can access your history from other machines. The ability to create tests and scripts before/after requests is also very valuable to ensure your API is working as intended.
What do you dislike about the product?
It can be overwhelming to figure out where to begin
What problems is the product solving and how is that benefiting you?
Making sure the API is working and it is not a problem with our custom client


    Computer Software

Great software for API testing

  • October 28, 2021
  • Review provided by G2

What do you like best about the product?
The ease of use of the UI enables the developers and testers to call APIs properly. The saving of requests is also helpful.
What do you dislike about the product?
Haven't faced any issues so far in the development.
What problems is the product solving and how is that benefiting you?
API Testing and development


    kareem e.

A Quick Review for Postman

  • October 24, 2021
  • Review provided by G2

What do you like best about the product?
The best things I like about this product are that I can apply API testing using scripts written in postman syntax and I can apply load testing on the rest APIs by running the collection and giving it the number of iterations I want.
What do you dislike about the product?
Actually, for me, I like this product very much and I haven't anything to dislike about this product
What problems is the product solving and how is that benefiting you?
This product helped me in testing Rest APIs in most of our projects and it enabled us to create automation scripts so we were able to decrease the testing cycle time and increase our delivery quality.


    Vipul B.

Awesome tool for API Testing

  • October 21, 2021
  • Review provided by G2

What do you like best about the product?
a). Collection level API Testing
b). One can manually test the APi using Postman
c). Collections are created very easily
d).Information in the response
e).Reports generated very preciously
f).Management of APIs
What do you dislike about the product?
LIcense cost is high & monitoring of APIs creates problem sometimes
What problems is the product solving and how is that benefiting you?
a). Performing API Testing
b). Mocking of the APIs
c). Environment-specific variables
d). Response is very accurate
e). Documentation of APis
f).Automating the APIs with the help of predefined snippets


    Devang G.

Daily user of postman

  • October 21, 2021
  • Review provided by G2

What do you like best about the product?
I used postman for the last 5 years and I really liked it. In postman, I am testing my APIs.
The best feature of Postman is to test authenticated APIs too. I can test Bearer Token APIs, OAuth.0 , OAuth.1 etc.
What do you dislike about the product?
I never faced any issue with postman because whatever my requirement is, I am able to run everything on it.
What problems is the product solving and how is that benefiting you?
I use Potsman for API designing, testing APIs etc..


    Manthan V.

Best Tools for checking api response

  • October 21, 2021
  • Review provided by G2

What do you like best about the product?
- Store APIs call in a collection
- Share the API request
- Environment variables
- Token based authorization
- Convert Request code in many form like js,xml and etc
- Easy to use and share with other
- Free service
- Write description of api
What do you dislike about the product?
- everything is good . need backend knowledge (How HTTP and API work)
What problems is the product solving and how is that benefiting you?
- API Testing
- Easy Switch environment (dev to prod)
- Auto-add headers like authorization token in every request after call login API
- Easy to use the collection that shared by another person
- Mock Server


    Sumit K.

Anything API related means Postman

  • October 20, 2021
  • Review provided by G2

What do you like best about the product?
The simplicity of the platform is best. One of the most user-friendly apps there is in the market.
It makes collaboration easy, just invite your teammates to your workspace, and boom... there you go. If you want to share the api with some external party just share the collection. Awesome product.
What do you dislike about the product?
Sometimes, if you are switching environments and you forgot to initialize the variable in the environment, the global variable is carried forward to the request which is annoying sometimes.
What problems is the product solving and how is that benefiting you?
I am testing my API in postman first before automating them on the code. It helps me to check if the API is working in the first place or not. And if there are some errors, it gives a detailed log in the console.
Recommendations to others considering the product:
If you want to test your api, you can explore postman it is better than using curl request in the first place and various web clients as they do not provide detailed logs if something went bad.


    muhammad a.

Good API platform

  • October 19, 2021
  • Review provided by G2

What do you like best about the product?
The best thing is about Postman best environment work as friendly .UI and UX are the best enough for the beginners to understand easily
What do you dislike about the product?
Costly maintenance API require extensive programming knowledge
What problems is the product solving and how is that benefiting you?
The benefits which I am getting from the postman under as follows 1.checking and testing software. 2.communication level
Recommendations to others considering the product:
Great platform for using and being a part of this


    Information Technology and Services

Best API tool

  • October 19, 2021
  • Review provided by G2

What do you like best about the product?
The best way I like this tool is it will handle every language and also handle every parameter for API to test. Also, we can see the response as well.
What do you dislike about the product?
I don't think there are any disadvantages to this tool.
What problems is the product solving and how is that benefiting you?
My project refund API testing is checking in the postman
Recommendations to others considering the product:
I definitely recommended this tool for newcomers. The expert already using this tool.


    Shubham G.

API Development made super easy with Postman

  • October 17, 2021
  • Review provided by G2

What do you like best about the product?
The best thing I like is that we can easily create Mock API, which is very useful in the application development when we dont have an actual REST endpoint
What do you dislike about the product?
It could have better integrations for other types of APIs like SOAP, GraphQL
What problems is the product solving and how is that benefiting you?
I usually use Postman to test whether the REST APIs are working correctly or not in a straightforward manner. Whenever I encounter a network error, I go straight to Postman, try the API functionality, and see the error messages, which help me debug my applications. Also, I use Postman to create mock API endpoint as I am primarily a frontend developer, and because of Postman, I don't have to wait for the backend team to develop the API for me to use. I can leverage the power of Postman to create a mock-endpoint with the response type as I need in my app and then provide that to the backend team to develop.
Recommendations to others considering the product:
I would definitely recommend using Postman for your API development and testing. It has all the different CRUD operations like GET, POST, DELETE, PUT and so on. You can save your APIs with respect to your projects in collections. It gives a beautiful interface to edit and add content to APIs. You can also add authentication if you are testing APIs for your organizations.