Does Postman store request bodies and responses?

Hello,

From what I understand Postman will store my collections, variables and request ‘templates’ (in which there can be variables).

Does Postman also store ‘actual’ requests’s bodies and responses’s content?

Say for example I saved the following request body:
{ "name": {{nameVariable}}, "password": {{passwordVariable}} },
will the following content be stored by Postman at any point:
{ "name": "nameValue", "password": "passwordValue" }?

I would think yes from https://www.postman.com/legal/privacy-policy/#what-information-we-collect-about-you where it is said:

The Services include the Postman products you use, where we collect and store content that you create, send, receive and share.

but I would like to have confirmation.

Thanks in advance for you help.

Hi @PierrotDx

I don’t work for Postman, but the data security info is here… Hope it helps…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.