Top "Postman" questions

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

ApiGility - JSON decoding error: Syntax error, malformed JSON in PostMan

I am using ApiGility to update a shopping basket products and quantities and am testing with Chromes Postman. I am …

postman laminas-api-tools
Prompting for user input in Postman

How can I ask for user input in Postman scripts? I am using Postman 4.8.3, Chrome app. I have used environment …

javascript postman web-api-testing
Viber REST API, how to find Unique Viber user id?

Resource URL https://chatapi.viber.com/pa/send_message General send message parameters I am trying to send message to …

api postman viber
What are the "local" variables in Postman?

Postman's documentation leaves a lot to be desired. In their Variables page they say: The following scopes are available to …

postman
How to store and reuse cookies in Postman?

I'm using Postman to test and play with an API. For the login url, the API requires sending a POST …

cookies httprequest session-cookies postman
403 forbidden on express. Can't accept Authorization header

I have a REST Api, and all endpoints must send a response when the user has an authentication token (I …

node.js express postman angular6 httpforbiddenhandler
How to call Identity Server 4 with Postman for login

I've a solution in Visual Studio 'TourManagement' which contains 2 projects of .Net core. One is IDP using Identity Server 4, second …

asp.net-core asp.net-identity postman identityserver4 openid-connect
Postman API Invalid Content-Type Header

I'm trying to test and API call for the Smartsheet API in Postman, but I keep receiving the same error. …

rest api postman smartsheet-api
How to Send multiple request concurrently/Sequentially in postman with different set of values for each request?

For example, below is the JSON request data to "add a device" in the DB. For example, I want to …

rest api postman web-api-testing
How to set the request body via Postman's pre-request script?

I use Postman 6.0 to send an HTTP request. To send a request, I use a pre-request script to get a …

postman postman-pre-request-script