BrettARose
BrettARose

Reputation: 454

How do I view a request coming into my Postman mock server?

My website is making post requests to Postman's mock server. I want to be able to see my request to make sure that it is coming across in the way that I expect. I have tried attaching a monitor but that doesn't show me the request anywhere that I am able to find.

Where in the Postman Windows client can I see a request coming in to my Postman mock server?

Upvotes: 6

Views: 5490

Answers (5)

Devender Goyal
Devender Goyal

Reputation: 1788

Its very easy, this functionality was added way back in 2020.

Just click on the Mock Server and you should be able to see the logs on the right side.

enter image description here

Upvotes: 0

mark fung-a-fat
mark fung-a-fat

Reputation: 1

You can see request to your mock end points buy doing the following.

  1. Open postman, in the left most menu/column select mock servers 2)Click on Mock Servers and in the second left most column you should see your mock servers 3)Click on the one you want and in the middle screed you should see the logs

enter image description here

Upvotes: 0

Pranaya Tomar
Pranaya Tomar

Reputation: 318

It is now possible to view logs for requests made to and responses sent from your Postman mock server.

Mock Call Logs - https://blog.postman.com/introducing-postman-mock-call-logs/

Upvotes: 3

BrettARose
BrettARose

Reputation: 454

I contacted Postman support and they say currently what I want to do is not possible. See this link for information: Postman Support Twitter Response

They did say however that if I wanted to just see the request that I am sending that I can use Postman Echo to see what kind of request I am sending.

Upvotes: 4

Alexander Tunick
Alexander Tunick

Reputation: 525

Isn't interceptor a good decision for it?

Upvotes: -1

Related Questions