can we monitor API calls by using postman monitor option?

is there any option to monitor API calls by using postman? like for each URL we can monitor for all status codes.

0 2 147
2 REPLIES 2

there is nothing preventing you from using the postman monitoring tool to call a proxy. You can use postman servers or runner.

@NURUDDIN SHAIK, welcome to the Apigee community.

Postman monitors can be used to run your Postman collections on basically any API that is publicly available. So as long as your API built on Apigee is publicly exposed, you should be able to configure a Postman collection to point to it.

Having said that, I'm not sure what you meant by saying "for each URL we can monitor for all status codes."

Have you checked out Apigee's trace tool?