Overview
LiteClient supports importing Postman Collection v2.1 files, including nested folders, requests, and metadata. This allows you to seamlessly migrate your existing API workflows to LiteClient.Supported Format
LiteClient imports:- Postman Collection v2.1 JSON files
- Nested folders and request organization
- Request metadata (name, description, method, URL)
- Headers, body, and authentication configurations
LiteClient currently supports Postman Collection v2.1 format. Ensure your collection is in this version before importing.
Importing a Postman Collection
Exporting from Postman
If you need to export your collection from Postman first:Export Collection
- Click the three dots (…) next to the collection name
- Select Export
- Choose Collection v2.1 as the format
- Save the JSON file
What Gets Imported
LiteClient imports the following from Postman collections:Request Configuration
- HTTP method (GET, POST, etc.)
- URL and path parameters
- Headers and values
- Request body (all types)
Organization
- Collection name and description
- Nested folders
- Request order and hierarchy
Metadata
- Request names
- Request descriptions
- Collection metadata
Authentication
- API Key configurations
- Bearer tokens
- Basic auth settings
Exporting from LiteClient
You can also export your LiteClient collections back to Postman format:Export Collection
- Click the collection menu (three dots)
- Select Export
- Choose a location to save the JSON file
Migration Checklist
When migrating from Postman to LiteClient:- Export your Postman collection as v2.1 JSON
- Import the JSON file into LiteClient
- Verify all requests are present
- Check folder structure is maintained
- Recreate any environment variables in LiteClient
- Test critical requests to ensure they work as expected
- Configure OAuth flows if using OAuth 2.0 authentication
Differences from Postman
While LiteClient maintains compatibility with Postman collections, there are some differences:Environment Variables
Environment Variables
Postman environments need to be recreated manually in LiteClient. Export your Postman environment as JSON, then manually create variables in LiteClient’s Env tab.
Pre-request Scripts
Pre-request Scripts
LiteClient does not currently support Postman’s pre-request scripts. Use LiteClient’s variable system for dynamic values.
Test Scripts
Test Scripts
Postman test scripts are not imported. LiteClient focuses on request/response inspection via the native VS Code interface.
Collection Runner
Collection Runner
LiteClient does not have a collection runner feature. Requests are executed individually.
Troubleshooting
Import Fails
Import Fails
- Verify the file is Postman Collection v2.1 format
- Check that the JSON file is not corrupted
- Ensure the file is properly formatted JSON
- Try re-exporting from Postman if issues persist
Missing Requests
Missing Requests
- Check if the requests are nested in folders
- Expand all folders in the Collections tab
- Verify the original Postman collection included all requests
Authentication Not Working
Authentication Not Working
- Re-configure OAuth 2.0 flows in the Auth tab
- Verify API keys and bearer tokens are set correctly
- Check that variables used in auth are defined in environments