Collections & Folders

A Collection is a named group of saved requests. Collections are how you keep your work organized in HTTPBot — group the endpoints for one API, one project, or one feature together so they're easy to find and re-run.

Within a Collection you can nest folders to add more structure and attach shared settings like Collection-level variables and authentication. Collections and their requests can also carry descriptions — typically brought in from an imported spec — that travel with the requests.

What a Collection can hold

The Collections list showing several collections.The Collections list showing several collections.The Collections list showing several collections.

Creating a Collection

  1. Open the Collections tab.
  2. Tap the + floating action button in the bottom corner.
  3. Choose New Collection.
  4. Give it a name and save.

The same + menu is also where you import existing API definitions — Postman collections, OpenAPI/Swagger specs, and HAR files. See Importing for those formats.

The collection editor is also where you attach a Collection's shared settings — its name, Collection variables, and Collection-level authentication.

The collection editor showing the name, Collection variables, and auth.The collection editor showing the name, Collection variables, and auth.The collection editor showing the name, Collection variables, and auth.

Adding requests and folders

A Collection opened to show its folders and the requests inside themA Collection opened to show its folders and the requests inside themA Collection opened to show its folders and the requests inside them

Renaming, organizing, and deleting

Searching

Use the search field at the top of the Collections list to search across your Collections. This is the quickest way to jump to a specific endpoint when you have many Collections.

Searching the Collections list and seeing the matching CollectionsSearching the Collections list and seeing the matching CollectionsSearching the Collections list and seeing the matching Collections

Collection-level authentication & Inherit

Set authentication once on the Collection, then leave each request's auth type as Inherit. At send time, an inheriting request uses the Collection's auth configuration — so rotating a token or changing the auth type in one place updates every request that inherits it. You can still override auth on any individual request when an endpoint needs something different. Full details are in Authentication.

Request Documentation

Every request can show its own documentation: the URL, description, and a summary of its headers, parameters, and body. Open it from the request's menu → View Documentation. This is a convenient, read-only view to remind yourself how an endpoint is configured. Any description text shown here typically comes from an imported spec.

Collections themselves can also carry a description, so when one is present the Collection and its requests together form lightweight reference docs.

A request's View Documentation screen.A request's View Documentation screen.A request's View Documentation screen.

Two Collection areas: yours and Postman

HTTPBot keeps two separate areas for Collections:

Browsing and importing Postman (and other) collections is free. Sending a request that lives in an imported or synced Collection requires HTTPBot Pro. PRO

Requires HTTPBot Pro. Browsing imported/synced Collections is free; firing a request from one is a Pro feature.

See Importing to import files, or Postman Sync to connect a Postman account.

Related