Skip to content

Collections

Collections help you organize API requests into logical groups, similar to folders on a file system.

  1. Open the sidebar (Ctrl + B if hidden)
  2. The default active panel is Collections
  3. Click New Collection at the bottom of the panel
  4. Type a name and press Enter
  1. Build a request in the workspace
  2. Click Save next to the Send button
  3. If no collections exist, you will be prompted to create one

Each collection appears as a folder in the sidebar panel.

Click a collection name to expand or collapse its contents.

Click the (more) button on a collection to:

  • New Folder — Create a nested folder inside the collection
  • Delete — Remove the collection
  • Click a request name in a collection to open it in a new tab
  • Drag requests to reorder them within a collection
  • Drag requests between collections to reorganize

Collections support unlimited nesting:

My API
├── Users
│ ├── GET - List Users
│ ├── POST - Create User
│ └── Admin
│ ├── GET - List Admins
│ └── DELETE - Remove Admin
├── Products
│ ├── GET - List Products
│ └── POST - Create Product
└── Auth
├── POST - Login
└── POST - Register

Use the search bar at the top of the sidebar to filter collections by name.