Postman body encryption

I wonder if there is a way to intercept requests and responses and modify the body.

My problem is that I am using an API with requests and responses body encrypted and I would like to build requests with non encrypted data and be able to see responses’ body decrypted also.

Thanks.

If you have all that you need to decrypt the response in postman scripts using JavaScript, then you could log the response in Postman Console as of now.

1 Like

How can i do it,
Please, tell me.