Assertion
Postprocessor script is a code snippet that is executed after the request has been sent. It is mainly used to assert whether the result returned by the request is correct or not, write the result data returned by the request to environment variables, etc.
Using Variables in Scripts
Environment Variables
Using Scripts to Read/Modify Request Messages
You can use pm.request to read/modify request messages.
Visualizing Responses
The Apidog Visualizer provides a programmable way to visually represent your request responses. Visualization code added to the Tests for a request will render in the Visualize tab for the response body, alongside the Pretty, Raw, and Preview options.
Other Examples
Send API request