Quick summary
A Postman Collection is a grouped set of API requests that helps teams organize, share, and test endpoints efficiently. This guide walks you through creating a new collection inside a Postman workspace, naming it, adding a description, and building your first requests.
Steps
- Head over to Workspaces on the top left of the Postman interface.
- Navigate to the workspace where you want to create the collection.
- Look for the Collections tab in the left sidebar.
- Start building your collection by selecting the blank collection option.
- Enter a name for your new collection in the Name field, then hit Enter/Return on your keyboard to confirm.
- Add requests to define the API endpoints you will work with.
- Add a meaningful description in the Description field to document your collection.
- To add requests to the collection, click on it in the left sidebar and hit Add Request.
- Provide a name for your new request to keep it identifiable.
- Your collection is ready — start building API requests and testing your endpoints.


