This repository contains tools for exporting Postman collections, environments, and workspace information via the Postman API.
- Export Postman collections and environments
- Generate workspace admin reports
- Interactive shell scripts for easy usage
- Node.js (v14 or later recommended)
- A Postman API key with read access to your collections, environments, and workspaces
-
Install dependencies:
npm install
-
Set your Postman API key as an environment variable:
export POSTMAN_API_KEY="your-api-key-here"
Run the interactive shell script:
./export-content/run-export.sh
For more detailed information, please check the export-content README.
You can generate a report listing all the admin users for all the workspaces your API key has access to.

Run the interactive shell script:
./get-workspace-admins/run-admin-report.sh
Or use npm:
npm run admin-report
For more detailed information, please check the get-workspace-admins README.