Documentation
Open App

Collections

Collections are how you organise your requests. Think of them like project folders — you might have one collection per API, per microservice, or per project.

Create a Collection

Click the + Collection button in the sidebar toolbar. Type a name and hit Create. It appears in the sidebar immediately and you can start adding requests to it.

Folders & Subfolders

Inside a collection, you can create folders to further group related requests. Right-click a collection and select New Folder. Folders can be nested up to 4 levels deep — right-click any folder and choose New Subfolder.

Tip
Deleting a folder also removes all subfolders and requests inside it.

Import from Postman

Already have collections in Postman? You can bring them straight into Requexa:

1
Export from Postman
In Postman, right-click your collection → Export → choose Collection v2.1 → Save the JSON file.
2
Click Import in Requexa
In the sidebar, click the green Import button.
3
Select your file
Choose the .json file you exported. Requexa will recreate the entire collection — folders, requests, headers, body, auth, and docs.

Export to Postman

Click the export icon (↑) on any collection row, or right-click → Export Collection. A .postman_collection.json file is downloaded that you can import into Postman, Insomnia, or any tool that supports the Postman v2.1 format.