{
    "componentChunkName": "component---src-templates-doc-jsx",
    "path": "/docs/getting-started/importing-and-exporting-data/",
    "result": {"data":{"markdownRemark":{"html":"<p>Postman can import and export Postman data, including collections, environments, data dumps, and globals. Postman can also import non-Postman data in the form of API schemas to help you consolidate your API development workflow.</p>\n<h2 id=\"contents\" style=\"position:relative;\"><a href=\"#contents\" aria-label=\"contents permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Contents</h2>\n<ul>\n<li>\n<p><a href=\"#importing-data-into-postman\">Importing data into Postman</a></p>\n<ul>\n<li>\n<p><a href=\"#importing-postman-data\">Importing Postman data</a></p>\n</li>\n<li>\n<p><a href=\"#converting-postman-collections-from-v1-to-v2\">Converting Postman collections from v1 to v2</a></p>\n</li>\n<li>\n<p><a href=\"#importing-api-specifications\">Importing API specifications</a></p>\n</li>\n<li>\n<p><a href=\"#importing-via-github-repositories\">Importing via GitHub repositories</a></p>\n</li>\n</ul>\n</li>\n<li>\n<p><a href=\"#exporting-postman-data\">Exporting Postman data</a></p>\n<ul>\n<li>\n<p><a href=\"#exporting-collections\">Exporting collections</a></p>\n</li>\n<li>\n<p><a href=\"#exporting-environments\">Exporting environments</a></p>\n</li>\n<li>\n<p><a href=\"#exporting-data-dumps\">Exporting data dumps</a></p>\n</li>\n</ul>\n</li>\n<li>\n<p><a href=\"#next-steps\">Next steps</a></p>\n</li>\n</ul>\n<h2 id=\"importing-data-into-postman\" style=\"position:relative;\"><a href=\"#importing-data-into-postman\" aria-label=\"importing data into postman permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Importing data into Postman</h2>\n<p>You can import collections or your API specifications directly into Postman.</p>\n<p>To import your data into Postman, select <strong>Import</strong> in upper left:</p>\n<p><img src=\"https://assets.postman.com/postman-docs/import-export-import-ui-v9-6.jpg\" alt=\"Import UI\"></p>\n<p>You can import your data from files, folders, links, raw text, or code repositories.</p>\n<h3 id=\"importing-postman-data\" style=\"position:relative;\"><a href=\"#importing-postman-data\" aria-label=\"importing postman data permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Importing Postman data</h3>\n<p>You can import Postman data you exported earlier, including collections, environments, data dumps, and globals.</p>\n<ol>\n<li>Select <strong>Import</strong> in the left navigation menu.</li>\n<li>Select your file or folder, input your link, paste your raw text, or <a href=\"#importing-via-github-repositories\">import from GitHub</a>.\nPostman will automatically recognize Postman data, confirming the name, format, and what the file will import as.\n<img src=\"https://assets.postman.com/postman-docs/import-export-github-files-confirm.jpg\" alt=\"Import collection and environment\"></li>\n<li>Select the files you want to import.</li>\n<li>Select <strong>Import</strong> to bring your data into Postman.</li>\n</ol>\n<h3 id=\"converting-postman-collections-from-v1-to-v2\" style=\"position:relative;\"><a href=\"#converting-postman-collections-from-v1-to-v2\" aria-label=\"converting postman collections from v1 to v2 permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Converting Postman collections from v1 to v2</h3>\n<p>Postman no longer supports the collection v1 format and will return an error if you try to import a collection in this format.</p>\n<p>You can convert your collection's format from v1 to v2 to import it into Postman:</p>\n<ol>\n<li>\n<p>In the terminal of your choice, enter the following command to install the Postman Collection Transformer.</p>\n<div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\"><span class=\"token function\">sudo</span> <span class=\"token function\">npm</span> <span class=\"token function\">install</span> -g postman-collection-transformer</code></pre></div>\n</li>\n<li>\n<p>Convert an individual Postman collection from v1 to v2 by entering the command below.</p>\n<div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\">postman-collection-transformer convert -i <span class=\"token operator\">&lt;</span>path to the input Postman collection file<span class=\"token operator\">></span> -o <span class=\"token operator\">&lt;</span>path to the downloaded Postman file<span class=\"token operator\">></span> -j <span class=\"token number\">1.0</span>.0 -p <span class=\"token number\">2.0</span>.0 -P</code></pre></div>\n</li>\n</ol>\n<p>The resulting collection will download to your target file path in v2 format.</p>\n<p>You can retrieve a list of convert options by running the command with the <code class=\"language-text\">-h</code> flag:</p>\n<div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\">postman-collection-transformer convert -h</code></pre></div>\n<p>See the <a href=\"https://github.com/postmanlabs/postman-collection-transformer\">Postman Collection Transformer</a> for more information on the collection conversion.</p>\n<h3 id=\"importing-api-specifications\" style=\"position:relative;\"><a href=\"#importing-api-specifications\" aria-label=\"importing api specifications permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Importing API specifications</h3>\n<p>Postman directly supports importing the following formats:</p>\n<ul>\n<li><a href=\"https://github.com/postmanlabs/openapi-to-postman\">OpenAPI 3.0 and 3.1</a></li>\n<li>Swagger <a href=\"https://github.com/postmanlabs/swagger1-to-postman\">1.2</a> and <a href=\"https://github.com/postmanlabs/swagger2-postman2-lambda\">2.0</a></li>\n<li><a href=\"https://github.com/postmanlabs/graphql-to-postman\">GraphQL</a></li>\n<li><a href=\"https://github.com/postmanlabs/curl-to-postman\">cURL</a></li>\n<li>RAML <a href=\"https://github.com/postmanlabs/raml-to-postman\">0.8</a> and <a href=\"https://github.com/postmanlabs/raml1-to-postman\">1.0</a></li>\n<li><a href=\"https://github.com/postmanlabs/wsdl-to-postman\">WSDL 1.1 and 2.0</a></li>\n<li><a href=\"https://github.com/postmanlabs/har-to-postman\">HTTP Archive (HAR)</a></li>\n<li>Web Application Description Language (WADL)</li>\n</ul>\n<p>There are also tools on GitHub to convert different specifications into a Postman collection for import:</p>\n<ul>\n<li>\n<p><a href=\"https://github.com/postmanlabs/runscope-to-postman\"><code class=\"language-text\">runscope-to-postman</code></a></p>\n</li>\n<li>\n<p><a href=\"https://github.com/postmanlabs/dhc-to-postman\"><code class=\"language-text\">DHC-to-postman</code></a></p>\n</li>\n</ul>\n<p>To import your API specifications into Postman:</p>\n<ol>\n<li>Select <strong>Import</strong> in the left navigation menu.</li>\n<li>Select a file or folder, input a link to the API, or paste your raw text. Confirm the name, format, and what you would like your data to import as.</li>\n<li>Select <strong>Import</strong> to bring your data into Postman.</li>\n</ol>\n<blockquote>\n<p>You can configure your <strong>Import Settings</strong>, which will differ depending on your API specification.</p>\n</blockquote>\n<p>You can import several API specification files at once. Select the workspace you'd like to import the APIs into, choose whether you want to generate collections from the APIs, configure the details, and select <strong>Import</strong>.</p>\n<p>When importing into a team workspace, you can also choose to add the APIs to the <a href=\"/static-docs/Postman/docs/collaborating-in-postman/adding-private-network/\">Private API Network</a>.</p>\n<p><a href=\"https://assets.postman.com/postman-docs/import-export-publish-to-private-api-network-22.jpg\"><img src=\"https://assets.postman.com/postman-docs/import-export-publish-to-private-api-network-22.jpg\" alt=\"Import several APIs\"></a></p>\n<h3 id=\"importing-via-github-repositories\" style=\"position:relative;\"><a href=\"#importing-via-github-repositories\" aria-label=\"importing via github repositories permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Importing via GitHub repositories</h3>\n<blockquote>\n<p>You must sign in to a <a href=\"/static-docs/Postman/docs/getting-started/postman-account/#signing-up-for-a-postman-account\">Postman account</a> to use this feature.</p>\n</blockquote>\n<p>You can import data in bulk from a GitHub repository.</p>\n<ol>\n<li>\n<p>Select <strong>Import</strong> > <strong>Code repository</strong> > <strong>GitHub</strong>.</p>\n</li>\n<li>\n<p>Confirm your GitHub account and <strong>Authorize postmanlabs</strong> to access your repositories.</p>\n</li>\n<li>\n<p>In Postman, select your GitHub organization, repository, and branch, then select <strong>Continue</strong>.</p>\n</li>\n<li>\n<p>Confirm the files you would like to import into Postman. You can also select <strong>Generate collection from imported APIs</strong> and select what you would like to link this collection as. Select <strong>Show advanced settings</strong> to control how Postman should generate collections based on your file types, then select <strong>Import</strong>.</p>\n<p><img src=\"https://assets.postman.com/postman-docs/import-export-github-files-confirm.jpg\" alt=\"Confirm import from github\"></p>\n</li>\n</ol>\n<p>You will receive a confirmation once the import has completed. You can now view your newly imported files and generated collections in Postman.</p>\n<h3 id=\"importing-via-bitbucket-repositories\" style=\"position:relative;\"><a href=\"#importing-via-bitbucket-repositories\" aria-label=\"importing via bitbucket repositories permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Importing via Bitbucket repositories</h3>\n<blockquote>\n<p>You must sign in to a <a href=\"/static-docs/Postman/docs/getting-started/postman-account/#signing-up-for-a-postman-account\">Postman account</a> to use this feature.</p>\n</blockquote>\n<p>You can import data in bulk from a Bitbucket repository.</p>\n<ol>\n<li>\n<p>Select <strong>Import</strong> > <strong>Code repository</strong> > <strong>Bitbucket</strong>.</p>\n</li>\n<li>\n<p>Confirm your Bitbucket account and <strong>Authorize Postman</strong> to access your repositories.</p>\n</li>\n<li>\n<p>In Postman, select your Bitbucket workspace, repository, and branch, then select <strong>Continue</strong>.</p>\n</li>\n<li>\n<p>Postman shows a preview of the files to import into your workspace. Select <strong>Import</strong> to confirm and complete the import.</p>\n</li>\n</ol>\n<p>You will receive a confirmation once the import has completed. You can now view your newly imported files and generated collections in Postman.</p>\n<h2 id=\"exporting-postman-data\" style=\"position:relative;\"><a href=\"#exporting-postman-data\" aria-label=\"exporting postman data permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Exporting Postman data</h2>\n<p>You can export your Postman data, including collections, environments, data dumps, and globals, as JSON files. You can import these files back into any Postman instance, or use them with <a href=\"/static-docs/Postman/docs/running-collections/using-newman-cli/command-line-integration-with-newman/\">Newman</a>, Postman's command-line collection runner.</p>\n<h3 id=\"exporting-collections\" style=\"position:relative;\"><a href=\"#exporting-collections\" aria-label=\"exporting collections permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Exporting collections</h3>\n<ol>\n<li>\n<p>Select <img alt=\"Three dots icon\" src=\"https://assets.postman.com/postman-docs/icon-three-dots-v9.jpg\" width=\"18px\" style=\"vertical-align:middle;margin-bottom:5px\"> next to the collection, then select <strong>Export</strong>.</p>\n<img alt=\"Export collection\" src=\"https://assets.postman.com/postman-docs/export-collection-v9.1.jpg\" width=\"350px\" />\n</li>\n<li>\n<p>Select the format you'd like your collection to export as.</p>\n<blockquote>\n<p>Learn more about Postman's <a href=\"https://blog.postman.com/travelogue-of-postman-collection-format-v2/\">collection formats</a>.</p>\n</blockquote>\n</li>\n<li>\n<p>Select <strong>Export</strong> to download your newly generated JSON file.</p>\n</li>\n</ol>\n<h3 id=\"exporting-environments\" style=\"position:relative;\"><a href=\"#exporting-environments\" aria-label=\"exporting environments permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Exporting environments</h3>\n<p>You can also export your environments from Postman.</p>\n<ol>\n<li>Select the <strong>Environments</strong> tab from the left navigation menu.</li>\n<li>Select an environment to export.</li>\n<li>In the top right corner, select <img alt=\"Three dots icon\" src=\"https://assets.postman.com/postman-docs/icon-three-dots-v9.jpg\" width=\"18px\" style=\"vertical-align:middle;margin-bottom:5px\">.</li>\n<li>Select <strong>Export</strong> to download your newly generated JSON file.</li>\n</ol>\n<h3 id=\"exporting-data-dumps\" style=\"position:relative;\"><a href=\"#exporting-data-dumps\" aria-label=\"exporting data dumps permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Exporting data dumps</h3>\n<p>You can export a data dump of all your collections, environments, globals, and header presets in Postman.</p>\n<ol>\n<li>\n<p>Select the gear icon in the upper-right corner to open <strong>Settings</strong>.</p>\n<p><img src=\"https://assets.postman.com/postman-docs/import-export-data-dump-menu.jpg\" alt=\"Export data dump\"></p>\n</li>\n<li>\n<p>Select the <strong>Data</strong> tab, then <strong>Export Data</strong> to start your request for the data dump.</p>\n</li>\n<li>\n<p>Select <strong>Export Data</strong> to confirm the data types you need to export.</p>\n</li>\n<li>\n<p>Select <strong>Request Data Export</strong> to submit the request.</p>\n<p><img src=\"https://assets.postman.com/postman-docs/import-export-data-dump-request-confirm.jpg\" alt=\"Export data dump\"></p>\n</li>\n</ol>\n<p>The <a href=\"http://go.postman.co/me/export\">Export page</a> shows information about your export request, including the file size, the date the export expires, and the statuses of your requested data exports. Possible statuses are:</p>\n<ul>\n<li><strong>Scheduled</strong>: The export request is placed.</li>\n<li><strong>Transferring</strong>: The data transfer process has started.</li>\n<li><strong>Transferred</strong>: The data transfer process has completed.</li>\n<li><strong>Zipping</strong>: The process of zipping the file has started.</li>\n<li><strong>Zipped</strong>: The file is zipped.</li>\n<li><strong>Download</strong>: The zipped file is ready to download.</li>\n</ul>\n<p>When the export is ready, you will receive an email with link to download a zipped file with the data dump. You can also download the file using the <strong>Download</strong> button on the Export page.</p>\n<blockquote>\n<p>Data exports from the Scratch Pad are downloaded directly instead of being emailed to you. See <a href=\"/static-docs/Postman/docs/getting-started/using-scratch-pad/#exporting-data-from-the-scratch-pad\">Exporting data from the Scratch Pad</a> for more details.</p>\n</blockquote>\n<h2 id=\"next-steps\" style=\"position:relative;\"><a href=\"#next-steps\" aria-label=\"next steps permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Next steps</h2>\n<p>You can collaborate on collections by <a href=\"/static-docs/Postman/docs/collaborating-in-postman/sharing/\">sharing</a> and <a href=\"/static-docs/Postman/docs/collaborating-in-postman/commenting-on-collections/\">commenting</a> to discuss your API projects with team members. Learn more about <a href=\"/static-docs/Postman/docs/designing-and-developing-your-api/the-api-workflow/\">Postman's API workflow</a>.</p>","frontmatter":{"title":"Importing and exporting data","contextual_links":[{"type":"section","name":"Additional Resources","url":null,"blog_tag":null},{"type":"subtitle","name":"Videos","url":null,"blog_tag":null},{"type":"link","name":"Postman | How to Connect to Your Git Repository","url":"https://youtu.be/8jJHXLVYOh0","blog_tag":null},{"type":"link","name":"Generate a Collection From a Specification | Postman Level Up","url":"https://youtu.be/gljWt9tDKOY","blog_tag":null},{"type":"link","name":"Postman Level Up | Import a HAR file in Postman","url":"https://youtu.be/E3uo-oQ9WtE","blog_tag":null},{"type":"subtitle","name":"Related Blog Posts","url":null,"blog_tag":null},{"type":"link","name":"Sync your specs","url":"https://blog.postman.com/sync-your-specs/","blog_tag":null},{"type":"link","name":"Importing SoapUI projects into Postman","url":"https://blog.postman.com/importing-soapui-projects-into-postman/","blog_tag":null},{"type":"link","name":"Importing RAML folders into Postman","url":"https://blog.postman.com/supporting-raml-folders-in-postman/","blog_tag":null},{"type":"link","name":"Introducing Postman Collection Format Schema","url":"https://blog.postman.com/introducing-postman-collection-format-schema/","blog_tag":null},{"type":"link","name":"Travelogue of Postman Collections Format v2","url":"https://blog.postman.com/travelogue-of-postman-collection-format-v2/","blog_tag":null},{"type":"link","name":"Postman Supports WSDL","url":"https://blog.postman.com/postman-now-supports-wsdl/","blog_tag":null},{"type":"subtitle","name":"Next Steps","url":null,"blog_tag":null},{"type":"link","name":"Using the API Builder","url":"/docs/designing-and-developing-your-api/the-api-workflow/","blog_tag":null}]},"fields":{"slug":"/docs/getting-started/importing-and-exporting-data/","lastModifiedDate":"2022/03/11\n"}}},"pageContext":{"slug":"/docs/getting-started/importing-and-exporting-data/"}},
    "staticQueryHashes": ["3840739351","63159454"]}