Open In App

How to save Request & Response result as a File in Postman?

Last Updated : 12 Mar, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

In this article, we will see how to save request & response results as a file in Postman. It is a collaborative API development platform used to design, develop, test, document, and manage APIs efficiently. Saving requests and responses as files documents API interactions, making it helpful for future reference and sharing with the team. This article provides a step-by-step guideline on how to save request & response results as a file in Postman.

Steps to save request & response result as a file in Postman:

Step 1: Open the Postman and create a new request.

Screenshot-2024-03-02-170845

create a new request

Step 2: Enter the URL and send the request by clicking on the “Send” button.

Screenshot-2024-03-02-171636

enter url and send request

Step 3 : The request can be saved by clicking on the “Save” button located in the request details panel.

Screenshot-2024-03-02-173235

save the request

Step 4 : The response can be saved by clicking on the small floppy disk icon labeled “Save as example” button located on the right side of the response panel.

Screenshot-2024-03-02-173524

save the response

Step 5 : Give name to both request and response.

Screenshot-2024-03-02-173608

save with descriptive name

Step 6 : We can view our saved request and response in the left hand side panel.

Screenshot-2024-03-02-173754

saved request and response

Step 7 : Click on three dots icon located on the right side of the response panel after the Save as exmple option.

Screenshot-2024-03-02-191247

Click on three dots

Step 8 : Click on Save response to file option.

Screenshot-2024-03-02-190749

Choose save response to file option

Step 9: A popup will appear, choose the folder and save the file with a descriptive name.

Screenshot-2024-03-02-192540

Step 10 : File will be saved at selected location.

Screenshot-2024-03-02-192553

Saved file



Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads