Export Collection

Thank you. I will look into chaining requests with environment variables.

Let me try to make #3 requirement clear …

I need a single self-contained script in the file system with the requests strung together and passing the token and other information as described. I need it to be executable in the file system. It should be standalone - that is, not running in Postman and not dependent on Postman.

For example, to do Windows shell commands, you can create a batch file that does things like changing directories and copying or deleting files, etc. I need a script file (vbs? javascript? cscript? html?) that can be executed in the file system (double-click) and executes the requests as described.

I came across Postman and used it to test that the API I’m using works - it does. It’s been a long long time since I did any web development and did very little way back then so Postman with it’s GUI made it easy for me to get requests working.

I’ve looked and looked for complete examples of using HTTP requests in script files (like html files) but I mostly find snippets of code and don’t know how to put them together. I see the “Code” link in Postman and have copied and pasted the code into files and tried to use them but they don’t execute.

I hope this clarifies. And thank you again.