Import from Postman
Bring your existing Postman requests into APIEase so you do not have to recreate paths, headers, and bodies by hand.
Export your Postman collection
- In Postman, open the collection you want to move into APIEase.
- Click the kebab menu (⋯) next to the collection name and choose Export.
- Select Collection v2.1 (recommended) and save the JSON file (keep it under 1 MB so the upload limit is not exceeded).
Upload the collection in APIEase
- In the APIEase admin, go to Requests.
- Click the Import From Postman icon button next to Add Request, and choose the exported JSON file.
- APIEase will preview the collection and add each request to the table with the proper method, URL path, headers, query params, and body.
- Review the imported rows, replace variable auth values (for example
{{POSTMAN_BEARER_TOKEN}}), and click Save to persist them.
How requests are mapped
- Postman variables such as
{{api_base}}become APIEase variables ({api_base}) so you can wire them to in-app parameters, dynamic embedded parameters, or payloads from chained requests and webhook triggers. - Path segments like
:idand Postman URL variables become path parameters. - Bearer, Basic, and API key auth blocks become Authorization headers with variable values so secrets are not imported; update them after import with your real credentials or secrets.