How to copy a request from one workspace to another in Postman?

Viewed 16

How to copy a request from one workspace to another in Postman? The Duplicate option just creates a copy in the same workspace and collection.

1 Answers

I don't think there is a way to copy individual requests. You can however do it at the collection level.

If you click ... next to collection name, you'll get options to move or export.

  • Selecting move will give you an option to select the target workspace.
  • Selecting export will generate a json file. You can then import this json in the target workspace.
Related