Last reviewed against v0.9.0
source:
internal/tools/http_import.go Import — Postman v2.1
Drop a Postman v2.1 .json onto the Import panel. Folders, requests, headers, params, body, auth, scripts, and tests round-trip.
Drop a Postman v2.1 .json collection export onto the Import panel.
What round-trips
- Folder structure
- Requests (URL, method, headers, query params, path variables)
- Body shapes (raw, form, multipart, GraphQL, binary)
- Auth presets — Basic, Bearer, API key, OAuth2 (auth code / client credentials)
- Pre-request scripts and post-response scripts
- Test assertions
Postman v2.0 collections also work, with light coercion to v2.1 shape.