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
      • Overview
        • Overview
        • Install and sign in
          • Overview
          • Import Postman data
          • Import environment variables
        • Send requests
        • Add and manage certificates
        • Create and manage collections
        • Create and manage environments
        • Share your work and manage access
        • Document APIs
        • Manage Postman with AI agents
        • Feedback
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
  • Import Postman data
ReferencePostman VS Code extensionImport data

Import Postman data using the Postman VS Code extension

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

Import data using the Postman VS Code extension

Next

Import environment variables using the Postman VS Code extension

Built with

You can import collections and environments that were exported from Postman. You can also import requests using a cURL command.

To learn more, see Import data into Postman.

Import Postman data

To import data, do the following:

  1. Click Import icon Import at the top of the sidebar.

  2. Choose how you’d like to import your data:

    • cURL - Enter your curl command. The Postman VS Code extension opens the request in a new tab. Make sure to save the request to a collection.

      You can convert a Postman request to a curl command and import it using the curl command.

    • File - Select collection or environment files. If you’re importing a single file, the VS Code extension imports it after you select it.

    • Folder - Select a folder that has multiple collection or environment files.

    • .env files - The VS Code extension detects .env files in your API project that haven’t been imported into Postman. When you select this option, Postman checks for new .env files that you haven’t imported yet. You’ll receive an in-app notification if no new files are detected. Learn about importing environment variables into a new environment in Postman.

  3. If you’re importing multiple files or a folder, select the checkbox next to the files you want to import, then click Import.

You can also use the Postman: Import command from the Command Palette to import data.