Top "Postman" questions

Postman is a toolchain for API developers to share, test, document and monitor APIs.

How to run one request from another using Pre-request Script in Postman

I'm trying to send an authenticated request with one click in postman. So, I have request named "Oauth" and I'm …

javascript postman
Counting records in JSON array using javascript and Postman

I have a control that returns 2 records: { "value": [ { "ID": 5, "Pupil": 1900031265, "Offer": false, }, { "ID": 8, "Pupil": 1900035302, "Offer": false, "OfferDetail": "" } ] } I need to …

javascript json postman
How to add a pause between 2 requests in POSTMAN

I have a collection of requests in POSTMAN. I wanted to add a pause between 2 requests but I couldn't find …

http testing postman
How to get to request parameters in Postman?

I'm writing tests for Postman which in general works pretty easily. However, I now want to access some of the …

javascript api postman
Delete postman cache

I use Postman extension to check out my RESTful APIs I am trying to make a request to my "localhost", …

postman
"Content type 'application/json;charset=UTF-8' not supported" in Spring Rest application

When I do a POST request on localhost:8080/api/users to create a new user I get the following error : { "…

java spring rest httprequest postman
Sending multipart/mixed content with Postman Chrome extension

I'm struggling with creating POST multipart/mixed request with Postman Chrome extension Here is my curl request what works nice …

google-chrome curl http-headers postman http-request
How to send elasticsearch multi search request in Postman?

I'm trying to send elasticserach multi search request via postman as below: POST - http://localhost:9200/_msearch content-type : x-www-form-urlencoded body: {"…

elasticsearch postman
How do I read environment variables in Postman tests?

I'm using the packaged app version of Postman to write tests against my Rest API. I'm trying to manage state …

rest testing postman
Saving API response in Postman to a file

How can I save API response, that I get in Postman, to a Json file or CSV file?

api postman