Import/Export
- The following imports of Collections and Environments are supported:
- Postman 2.1.0 format (Paid version required)
- Insomnia v4 json file (Paid version required)
- Open API v3 json or yaml files (Paid version required)
- Thunder Client
- You can import or export Thunder Client Collections and Environments data.
- The import of .env files is also supported from the Env tab (Paid version required).
How to Import a Collection
- Select the
Collection
tab from the sidebar. - Click the
Menu
icon (see image) and selectImport
orImport from Url
. - Now select a file from Postman, Thunder Client, Insomnia, or Open API.
Import cURL
This feature is available only in the paid version.
- From Activity tab menu, select
Import cURL
- Now you can enter
cURL Text
orUrl
in the same input ( shortcutCtrl/Cmd + u
) - From Command Palette select
Thunder Client: Import cURL
, which is helpful to test a request from anywhere. Here also you can enter cURL text or Url
Export Data
How to Convert to Postman Format
- From the Sidebar - select the menu
(...)
and then chooseConvert To Postman Format
. - Alternatively, you can use the Command Palette and choose the
Convert To Postman Format
option.