Top "Postman" questions

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

How to check if an object exist in POSTMAN?

I want to know how can i test if an object exist. For example my API return these things : "data": [ { "…

json postman
What is the postman-token header attribute in generated code from Postman?

I have been using postman to explore a REST interface. When using Postman's code generation feature, regardless of which programming …

php rest curl postman
How to make calls to Twitter API using Postman client

I have followed the steps required to create a new application and getting consumer key, secret pairs and also the …

twitter postman
What is {{$guid}} used for in Postman?

Postman's official website states that Postman has a few dynamic variables. My question is about: {{$guid}}: Adds a v4 style …

postman terminology guid
Creating html doc from postman collection

I've developed a pretty extense API, and I have it on Postman, which works pretty nice. Now I have to …

api rest documentation documentation-generation postman
FCM with Postman - The request was missing an Authentication Key (FCM Token)

//body its like this { "to": "/topics/NEWS" , "data":{ "extra_information": "This is some extra information" }, //notification that i need to …

firebase firebase-cloud-messaging postman
Send array as part of x-www-form-urlencoded

I want to send array using postman. the request looks like this: Im using postman to execute requests. I found …

arrays postman
How to persist an OAuth2 token (or use a refresh token) in Postman collections?

The goal Be able to run a collection without going through the authorization process of every call individually prior to …

oauth oauth-2.0 postman
Postman multipart/form-data error: Missing start boundary

I'm trying to hit my server's endpoint with a multipart/form-data request sent from Postman. I'm getting a 400 Bad Request …

java multipart postman
JENKINS Authentication Fails

I am getting the following error while trying to trigger Jenkins job from any REST Client Authentication required <!-- …

rest curl jenkins postman