How to use the Postman Console

Number of APIs: 2

This collection contains examples of how you can use the Qodex console for more visibility when debugging.

To open the Qodex console, head to View in the application menu, and click on Show Qodex Console or use the keyboard shortcut (CMD/CTRL + ALT + C).

Every network call along with its headers, network information, and payloads will be logged to the Qodex Console. Additionally, the console will display console.log(), console.info(), console.warn(), and console.error() messages from inside the Qodex scripts. Log statements can be written from either the pre-request or tests script tabs.

  1. async request GET https://postman-echo.com/get?foo1=bar1&foo2=bar2

  2. message types GET https://postman-echo.com/get