Quick summary
Duplicating a collection in Postman lets you create an independent copy of any API collection without modifying the original. Open the More Actions menu on any collection, select Duplicate, rename the copy, and start editing it freely.
Steps
- Navigate to the workspace containing the collection you want to duplicate.
- Find the collection in the Collections tab in the left sidebar.
- Hover over the collection name and click the More Actions button (three dots).
- Scroll down to find the Duplicate option in the menu.
- Select Duplicate from the dropdown menu.
- By default, Postman will suggest the original collection name with "Copy" appended to it.
- Click on the name field to edit it and enter your desired name.
- You can now modify the duplicate freely without affecting the original collection.


