How do I automatically get end points from an application to Postman

Is there a way to get all the defined end points to Postman? And when things change can I also refresh?

2 Likes

Hi Rosemary,
You can add all end points, for each end point, by requesting /rest/metadata
It will provide open API 3.0 definitions.
For auto refresh, you need Postman. I think this is helpful: Update postman collection from swagger specification file - Stack Overflow

1 Like