You can use the New button to initiate:
The New button also provides access to templates and the API_network.
When you click the New button, the Create New tab appears as the default view.
In addition to the Create New tab, there are two other tabs: “Templates” and “API Network”. For more information about these tabs, see the Templates and API Network sections below.
In BUILDING BLOCKS, create a new request, collection, or environment.
In ADVANCED, create a new monitor, documentation, and a mock server.
Note: At the bottom, you can select “Show this window at launch” to indicate whether you want the Create New tab to display each time you open Postman.
Note: You can directly create a new feature when you click the down arrow at the right side of the New button.
You can create any kind of HTTP request.
You can either create a new collection or select an existing one. After you save the request, you can add the URL, method, headers, and body to the request in the builder.
A collection is a group of individual requests that you can organize into folders.
After creating the collection, you can save requests to the collection and add folders for better organization.
While working with APIs, you often need different setups, such as your local machine, the development server, or the production API. Environments let you customize requests using variables.
If you’ve created other environments, the MANAGE ENVIRONMENTS modal appears again and displays them. You can share, edit, download, or delete those environments. In addition, you can create global environments and download them as a JSON file, or import environment files from your computer.
A monitor runs a collection periodically to check its performance and response. You can set a monitor to run as frequently as every 5 minutes.
Note: At the bottom, you can select “Show this window at launch” to indicate whether you want the Create New tab to display each time you open Postman.
In the Next steps tab, see a list of suggested next steps to get the most out of your monitor.
You can create public or private documentation and share it in a web page. Postman generates and hosts browser-based documentation for your collections automatically in real-time.
In the Next steps tab, see a list of suggested next steps to get the most out of your documentation.
A mock server simulates each endpoint in a Postman Collection. You can mock a request and response in Postman before you send the actual request or set up a single endpoint to return the response.
Note: The number of calls made to mock servers might be limited by your Postman account. Check your usage limits.
In the Next steps tab, see a list of suggested next steps to get the most out of your mock server.
You can select ‘Templates’ to help you: check links, track Github issues, verify non-MFA access to AWS accounts, monitor the status of URLs, check DNS records, use Postman Echo to test your REST client and make sample API calls, and monitor AWS ElasticBeanstalk environments.
You can view all the templates, or select to view them in the “Developer” or “DevOps” category.
To import a template:
Note: Each template has a description that lists the values required to run the template. In this example, the Link Checker template requires a start_url
and a root_url
.
This screen lists what Postman will create for you with this template and some configuration options available to you. Postman saves the values you enter as environment variables. Make sure you fill all the fields as these values might be crucial for the template to work properly.
The Success! screen displays what Postman created for you and suggests next steps to consider to get the most out of the template.
The Postman API Network provides the most authentic and actionable directory of public APIs available. Every API listed in this network includes a complete Postman collection, created by the API’s publisher. Postman specifically designed the API list to onboard developers quickly and effectively.
On the left side of the screen, Postman groups the APIs categories such as Marketing, Financial Services, E-commerce, and so on. You can search these categories to find an API.
After you select an API from the list, you can import it into your collections.
To import an API in the API Network:
You can see the API you imported in the sidebar.