I am a big user of the Postman Admin REST API so that I can automate the creation of collections, folders, variables, requests, etc. The API seems to have changed. Where can I find docs on the release history and changelog for any possible changes?
One example of a change I see is that the Get Collection endpoint no longer seems to return collection variables or events (pre and post request scripts). What happened to them?
Hey @scastrianni-gs 
The documentation for the Postman API can be found here:
The team uses the Workspace Updates feature to share all changes with consumers of the API:
@david-espi-hernandez any notable changes with the GET Collection endpoint recently?
Hi, @scastrianni-gs!
We never make breaking changes to the Postman API. The Collections GET endpoint still returns the collection variables and scripts. The variables are returned in a “variable” field, while the scripts are returned in an “event” field.
I’ve tested the API now (to ensure there are no problems, though we have automatic e2e tests), and everything works as expected.
You can check this example in the Postman API public collection.
As Danny says above, we publish any change (always non-breaking) in workspace updates in the Public Postman Workspace.
Don’t hesitate to contact me if you have any other additional questions or improvement request.
Thanks for the feedback!
1 Like