Copy Collections and Environments from Another Workspace
Number of APIs: 4
Use this collection to copy all the collections and environments from one workspace to another.
Try it out:
[]
-
Get collections and environments from parent workspace GET https://api.getpostman.com/workspaces/{{parent_workspace}}
-
Get next environment GET https://api.getpostman.com/environments/{{next_environment_uid}}
-
Copy Environment POST https://api.getpostman.com/environments?workspace={{destination_workspace_id}}
-
Fork next collection POST https://api.getpostman.com/collections/fork/{{next_collection_uid}}?workspace={{destination_workspace_id}}