External reviews
1,281 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Recommend to all my direct reports
What do you like best about the product?
Postman is a super useful tool when working with REST APIs. I always recommend my direct reports and teammates use postman when working with APIs. I think its very helpful to get a curl working in postman first and then from there program out your script.
What do you dislike about the product?
If I had to list a complaint I'd say that I dislike the sneaky way they darken the text that lets you skip logging in, so that its hard to notice its an option.
What problems is the product solving and how is that benefiting you?
When building out a script or a dataflow that uses a REST API, I find it very useful to have the first step of my process use postman. It helps me identify if a curl fails because of something wrong with my actual script or if it was an issue with the call.
Postman
What do you like best about the product?
I like the easy to use interface. The error handling is easy to understand as well, and there are not many areas that mess up as you build out your calls. The ability to create and manage collections is simple, which makes sharing them easy.
What do you dislike about the product?
I don't have any dislikes about it.
I guess if I would change something, it would be how many defaults are in the headers area.
I guess if I would change something, it would be how many defaults are in the headers area.
What problems is the product solving and how is that benefiting you?
We use postman to troubleshoot our API handling within our organization. A lot of our end users rely on our API to pass and manage data within custom integrations, so postman allows us to test calls and make sure things are working properly
Best User Friendly API Management App on Mac
What do you like best about the product?
UI is really intuitive. You can get used to it very quickly.
What do you dislike about the product?
Last time I used, there were some problems with the syncing process between devices. It was also a little bit annoying when there is no internet available, the app was warning me a little annoying.
What problems is the product solving and how is that benefiting you?
I test some mocked APIs on the internet. I use it to implement API calls during the development of my iOS apps.
Postman - Great software for API testing.
What do you like best about the product?
- Postman is a totally easy to use and free of cost.
- Postman supports all test methods like GET, POST, PUT, PATCH, DELETE, etc.
- It's give very clear and accurate response of every API request.
- Postman is available on Mac, Windows, and Ubuntu also.
- using postman we can formatting response very easily.
- Postman supports all test methods like GET, POST, PUT, PATCH, DELETE, etc.
- It's give very clear and accurate response of every API request.
- Postman is available on Mac, Windows, and Ubuntu also.
- using postman we can formatting response very easily.
What do you dislike about the product?
- We can't send multiple request at a time.
- Postman doesn't manage long history unless you buy software.
- In postman request chaining is not possible.
- Postman doesn't manage long history unless you buy software.
- In postman request chaining is not possible.
What problems is the product solving and how is that benefiting you?
- Postman give me very clear and accurate response of all API request.
- In Postman API is test backend and frontend both side.
- In Postman API is test backend and frontend both side.
Recommendations to others considering the product:
- Postman is a great software for API testing so i would recommend to all for use this software.
- This is totally free of use.
- This is give very clear and accurate response of every API request.
- This is totally free of use.
- This is give very clear and accurate response of every API request.
Best software for API testing
What do you like best about the product?
- Postman is a very user friendly and you can use it free of cost.
- This is give very accurate result of every API request.
- Formatting of response is very easy.
- Postman supports all test methods like GET, POST, PUT, PATCH, DELETE, etc.
- Postman available on Mac, Windows, and Ubuntu also.
- This is give very accurate result of every API request.
- Formatting of response is very easy.
- Postman supports all test methods like GET, POST, PUT, PATCH, DELETE, etc.
- Postman available on Mac, Windows, and Ubuntu also.
What do you dislike about the product?
- We can't send multiple request at a time.
- one more thing i don't like that is it's free version provides limited sharing across the the team.
- one more thing i don't like that is it's free version provides limited sharing across the the team.
What problems is the product solving and how is that benefiting you?
- I have tracked all API request easily.
- Postman give me clear and accurate response of all API request.
- The collection is easily be exported in JSON format and used in other system.
- Postman give me clear and accurate response of all API request.
- The collection is easily be exported in JSON format and used in other system.
Recommendations to others considering the product:
- I would recommend mostly because it is very easy to use and light too handle.
- You can easily store all API response in a single collection and share in JSON format.
- This is a best software for API request and response.
- You can easily store all API response in a single collection and share in JSON format.
- This is a best software for API request and response.
Postman review
What do you like best about the product?
* Nice interface
* Easy navigation and use compare to Paw for example
* Chrome extension
* i like that it shows all my recent activity on the left. if i need to use the same or similar end point, i can just search it there and select already existed one
* it has powerful api testing features
* Easy navigation and use compare to Paw for example
* Chrome extension
* i like that it shows all my recent activity on the left. if i need to use the same or similar end point, i can just search it there and select already existed one
* it has powerful api testing features
What do you dislike about the product?
* not clear how to save different environments and use it that way. I saved different envs and they never worked as i expected. I guess i didn't understand how to use them clearly and all the time i had to keep separate tabs with Test, Dev and prod envs.
*can't be used for automates testing
* when the message appears about updated version on the top it never goes away
* sometimes it freezes and i need to restart
*can't be used for automates testing
* when the message appears about updated version on the top it never goes away
* sometimes it freezes and i need to restart
What problems is the product solving and how is that benefiting you?
testing api end points
Best tool for testing apis
What do you like best about the product?
It's simple UI makes easier for anyone to use. We can use different request methods like post , get , put etc
What do you dislike about the product?
It is more memory consuming , sometimes , otherwise it has been a good friend of mine
What problems is the product solving and how is that benefiting you?
Postman has always been part of my office work , it eases my work
Recommendations to others considering the product:
I recommend postman as best tool for evaluating your apis
The best api testing tool and boon for frontend developers.
What do you like best about the product?
There are many things to list down here:
1. Postman is a complete package as far as api testing is concerned.
- You can create a basic request, the user experience is very friendly. Simple dropdown to select type of request type, pass body, headers and what not in a very easy way
- You can create a collection of all your endpoints with the result and share them across the team bringing the communication required for integration of api between a frontend and backend developer to zero and saves a lot of useful time.
- You can create different environments like local, staging, production or any other of your choice and test the same endpoint across different environments.
- You can create and publish beautiful api documentation, and publish it making
1. Postman is a complete package as far as api testing is concerned.
- You can create a basic request, the user experience is very friendly. Simple dropdown to select type of request type, pass body, headers and what not in a very easy way
- You can create a collection of all your endpoints with the result and share them across the team bringing the communication required for integration of api between a frontend and backend developer to zero and saves a lot of useful time.
- You can create different environments like local, staging, production or any other of your choice and test the same endpoint across different environments.
- You can create and publish beautiful api documentation, and publish it making
What do you dislike about the product?
Well, there is everything that you can think of it in from api testing point go view.
You can create simple request, different environments, environment variables, collections, pass and see request headers, request authorisation, body parameters in raw, form-data, binary, x-www-form-urlencoded, graphql, in json, xml, text, html, js format
I can't think of anything that I disliked, the ease of access is also superb and comes very natural.
You can create simple request, different environments, environment variables, collections, pass and see request headers, request authorisation, body parameters in raw, form-data, binary, x-www-form-urlencoded, graphql, in json, xml, text, html, js format
I can't think of anything that I disliked, the ease of access is also superb and comes very natural.
What problems is the product solving and how is that benefiting you?
We are a team of software developers, primarily using javascript, many a times we divide our tasks like taking on the backend development first and pass on the api endpoints to members working on the frontend tasks which make them helpful to understand and see the exact response from the server and help them design the entities and use data structures accordingly.
Recommendations to others considering the product:
I have seen software developer firms, where backend developer after finishing their task story sit with front-end developers and explain them how to consume the api.
Which is very time consuming and an odd process to follow.
Postman is the key here, automates the process and no communication or explanation would be required.
Which is very time consuming and an odd process to follow.
Postman is the key here, automates the process and no communication or explanation would be required.
Amazing Tool for Testing APIs
What do you like best about the product?
Postman allows us to move the test cases form one system to another with a readable and good GUI.
It allows to create test suites too.
It allows to create test suites too.
What do you dislike about the product?
Other tools provide codeless webservice testing which postman doesnt
What problems is the product solving and how is that benefiting you?
Postman is easily integrated with Jenkins and free to use.
A perfect tool for API tests
What do you like best about the product?
I use postman every day at work. i can test all type of API.
What do you dislike about the product?
I need to pay to use this to works with a team of 3+ people.
What problems is the product solving and how is that benefiting you?
I have in every moment a tool to test the services developed by me or my team
showing 541 - 550