For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Welcome
        • Overview
        • Data import methods
        • SoapUI import
        • Hoppscotch import
        • Insomnia import
        • Thunder Client import
        • Git import
        • New Relic import
        • cURL command import
        • Swagger API import
        • Data export
      • Troubleshooting
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Export collections
  • Export environments
Get startedImport and export data

Export data from Postman

||View as Markdown|
Was this page helpful?
Previous

Import Swagger APIs

Next

Troubleshoot issues with the Postman app

Built with

You can export your Postman data, including collections, environments, and global variables, as JSON files. You can import these files back into any Postman instance, share them with others, or use them with the Postman CLI.

You can connect your workspace to a Git repository to ensure continuous flow of your data from and to the repository and help you and your team maintain a single source of truth. You can keep your data local and push updates to Postman Cloud when you’re ready. For more information, see Native Git.

Export collections

  1. Click Collections in the sidebar.
  2. Click Options icon View more actions next to a collection, then select More > Export collection.
  3. (Optional) Invite teammates or click Copy Collection Link to share the collection.
  4. Click Export JSON to download the generated JSON file.

Export environments

  1. Click Environments in the sidebar.
  2. Click Options icon View more actions next to an environment, then Export. The file will download automatically.
Tip

To export your global variables, click Variable list icon Variables in the upper-right of the workbench to open the variables pane. Click Globals in the sidebar, then click Export in the workbench.

Import a data dump into Postman

If you previously exported 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 that lists the IDs of all exported collections and environments.

To import the data dump into Postman, do the following:

  1. In a workspace, click the Options icon menu in the sidebar, then click Import.
  2. Drag the unzipped data dump folder into the import window.
  3. Select the environments and collections you want to import, then click Import.

Learn more about importing data into Postman.