Skip to Content
UsageCollections

Collections

Organize your API requests into collections for easy access and management.

Creating a Collection

  1. Click + New Collection in the sidebar
  2. Enter a name for the collection
  3. (Optional) Add a description

Adding Requests

From Scratch

  1. Open a collection
  2. Click + Add Request
  3. Configure the request
  4. Click Save

From Current Request

  1. Build your request
  2. Click Save to Collection
  3. Select the target collection
  4. Enter a name for the request

Organizing Requests

Folders

Create folders within collections:

  1. Right-click a collection
  2. Select New Folder
  3. 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:

  1. Open collection settings
  2. Go to Variables
  3. Add collection-specific values

Use in requests:

{{collection_base_url}}/api/endpoint

Exporting & Importing

Export

  1. Right-click a collection
  2. Select Export
  3. Choose format (JSON, cURL)

Import

  1. Click Import in the sidebar
  2. Select a file
  3. 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