Collections
Organize your API requests into collections for easy access and management.
Creating a Collection
- Click + New Collection in the sidebar
- Enter a name for the collection
- (Optional) Add a description
Adding Requests
From Scratch
- Open a collection
- Click + Add Request
- Configure the request
- Click Save
From Current Request
- Build your request
- Click Save to Collection
- Select the target collection
- Enter a name for the request
Organizing Requests
Folders
Create folders within collections:
- Right-click a collection
- Select New Folder
- Drag requests into the folder
Reordering
Drag and drop requests to reorder them within a collection.
Collection Variables
Each collection can have its own variables:
- Open collection settings
- Go to Variables
- Add collection-specific values
Use in requests:
{{collection_base_url}}/api/endpointExporting & Importing
Export
- Right-click a collection
- Select Export
- Choose format (JSON, cURL)
Import
- Click Import in the sidebar
- Select a file
- Choose the target location
Tips
- Use descriptive names for collections
- Add descriptions to remember what each collection is for
- Use folders to group related requests
- Back up important collections regularly
Last updated on