Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Export multiple separated collections in postman

I want to export multiple separated collections to another user in postman.
How can I do that? How can I select multiple collections at a time while exporting them in postman?

like image 642
Alisa Avatar asked Jul 21 '26 14:07

Alisa


1 Answers

Unfortunately not. You have 3 different way to copy your multiple Collections to an other Client.

  • Export each collection as one single file (Contra: can be time-Consuming)
  • Export Whole Postman Dump over File->Settings->Data (Contra: You must delete some collections, environment- and global variables afterwards)Screenshot
  • Share Your Collections over the Postman cloud (Contra: depending on the amount: you have to pay for it).
like image 82
DieGraueEminenz Avatar answered Jul 25 '26 02:07

DieGraueEminenz