Overview

This page documents the Multiple Tabs feature of Request Man.

GET Users API ร— POST Create User ร— PUT Update Profile ร— GET Dashboard ๐Ÿ”‘ + Active Tab: Users API GET https://api.example.com/users Params Headers Body Query Parameters page 1 limit 20 Send Response 200 OK { "users": [...], "total": 150, "page": 1 }
Documentation in Progress: Full documentation for this feature coming soon!

Key Features

The Multiple Tabs feature provides powerful capabilities for API testing and development.

8 Unlimited Tabs โœ“ Open as many as needed โœ“ No limit on concurrent requests โœ“ Switch instantly between tabs ๐Ÿ”‘ Pin Important Tabs โœ“ Keep frequently used tabs โœ“ Pinned tabs stay on left โœ“ Survive session restart ๐Ÿ”‘ Tab Groups โœ“ Organize tabs by project โœ“ Color-coded groups โœ“ Collapse/expand groups ๐Ÿ”‘ Auto-Save State โœ“ Tabs restored on restart โœ“ Unsaved changes protected โœ“ Work preserved ๐Ÿ”‘ Keyboard Shortcuts โŒจ๏ธ Ctrl/Cmd + T: New tab โŒจ๏ธ Ctrl/Cmd + W: Close tab โŒจ๏ธ Ctrl/Cmd + 1-9: Switch tabs ๐Ÿ”‘ Duplicate & Close โœ“ Duplicate any tab โœ“ Close all tabs โœ“ Close other tabs

Getting Started

Access the Feature

Navigate to Multiple Tabs in the Request Man interface.

Configure Settings

Set up your Multiple Tabs preferences.

Start Using

Begin using Multiple Tabs in your API workflows!

Tab 1 + Tab 2 Tab 3 Step 1: Start with one tab Step 2: Click + to add more tabs Step 3: Switch between tabs instantly Each tab is independent: Tab 1: Users API GET /users Tab 2: Products API POST /products Tab 3: Orders API PUT /orders/:id โœจ Work on multiple APIs simultaneously!

Examples

Here are practical examples of using Multiple Tabs:

Example: Working with Multiple Tabs GET Get Users ร— POST Login ๐Ÿ”‘ POST Create Order ร— PUT Update User ร— + Get Users Request GET https://api.example.com/users?page=1&limit=20 Headers Authorization: Bearer eyJhbGci... Content-Type: application/json X-API-Key: sk_live_... Send Response 200 OK 187 ms { "users": [ { "id": 1, "name": "John Doe", "email": "john@example.com" }, { "id": 2, "name": "Jane Smith", "email": "jane@example.com" } ], "total": 150 }

Tips & Best Practices

Tip 1

Learn the keyboard shortcuts for faster workflow.

Tip 2

Use variables for flexibility across environments.

Tip 3

Save and organize your work in collections.

Tip 4

Check the console for detailed logging information.