Top "Postman" questions

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

Postman Collection Runner returns "No test" when running tests

I want to test the collection Test Server in Postman Collection Runner. However, when I run my tests they don't …

testing collections postman postman-collection-runner
How do I test JSON schema in postman using tv4?

This is what i am trying, but it always passes the test even for bad results. pm.test("Schema is …

postman tv4
Create registration for Azure Notification Hub in Postman

I created a Service Bus / Notification Hub in my Azure Portal. Now I'm trying to use the Azure REST API …

api rest postman azure-notificationhub
Why am I getting request method GET not supported?

I am using PostMan as a REST client to test this API method Cisco ACL Analysis API. specifically POST /acl/…

rest http post cisco postman
How to fix the read ECONNRESET at request ( with newman tool)

I am trying to execute the POSTMAN collection with multiple requests using the NEWMAN CLI tool. All the requests in …

rest api postman newman
Run a Postman request multiple times using an array from a previous step

I am working on some test scripts and data cleanup scripts using postman, and was wondering if it were possible …

postman postman-collection-runner
How to create a branch using Bitbucket REST API

How can I create a new branch in Bitbucket repository using REST API? I'm using Postman client.

git bitbucket postman bitbucket-api
Postman extension get a response, but my jquery request not

I make a GET request using Postman extension and obtain a response, but if I make the same request using …

jquery ajax cors postman same-origin-policy
fromAuthHeaderAsBearerToken is not working in NODE

I did following things to passport authentication in Node. 1) I am using jwtFromRequest : ExtractJwt.fromAuthHeaderAsBearerToken(), module.exports = function(passport){ var …

node.js authentication postman passport-jwt