When doing interface testing, we need to look at the detailed request sending and the specific response. So you need to use console functionality.

Apipost views the detailed data of the sent request and can also print the data in the pre/post execution script.

Open the console

We send a request to the console, and the console displays the details of the request. As is shown in

Print a piece of data using console.log in a pre/post execution script: console.log(” Print a piece of data to console “)