Framework Mode - Workspace organization
Folder Structure of a Postman Workspace
Postman Workspace
├── Collections
│ ├── User Management.postman_collection.json
│ ├── Product API.postman_collection.json
│ └── Order API.postman_collection.json
├── Environments
│ ├── Development.postman_environment.json
│ ├── Staging.postman_environment.json
│ └── Production.postman_environment.json
├── Globals
│ └── globals.postman_globals.json
├── Monitors
│ └── API Health Monitor
├── Documentation
│ └── API Usage Guide.md
└── Tests
├── Pre-request Scripts
└── Test Scripts