You can export your Postman data, including collections, environments, global variables, and data dumps, as JSON files. You can import these files back into any Postman instance, share them with others, or use them with Newman, Postman's command-line collection runner.
Select Collections in the sidebar.
Select the more actions icon next to a collection, then select Export.
Select the export format for your collection.
Select Export to download the generated JSON file.
To export your global variables, select Environments in the sidebar. Select Globals in the sidebar, then select Export in the workbench.
You can export a bulk data dump of all your collections and environments in Postman. You can then import the data into any Postman instance. If you are on a team, only Team Admins and Super Admins can do a bulk data export.
To export a data dump, do the following:
Select your avatar in the Postman header, then select Settings.
Select the Account tab, then select Export Data.
Select Export Data, then select the data types you want to export. You can export collections, environments, or both.
Select Request Data Export.
When the export is ready, you'll get an email with a link to download the bulk data file. The download will be available for two days, after which it expires.
After exporting a data dump file, you can import it into any Postman instance. You must unzip the data dump file before importing it.
Unzipping the data dump file results in a folder with a unique name. Inside you'll find a subfolder for each data type you chose to export, with individual JSON files for each exported collection and environment. You'll also find an archive.json
file which lists the IDs of all exported collections and environments.
To import the data dump into Postman, do the following:
Learn more about importing data into Postman.
Last modified: 2024/06/06