You can build a flow that uses any request available to you in Postman, whether it's in your workspace or the Postman API Network.
In this tutorial, you'll create a new flow, collection, and request. Then, you'll use the Send Request block and your new request to send a request to the Postman Echo API.
You build flows in a workspace. Workspaces let you organize your API projects and collaborate with your team.
To create a new flow, do the following:
Collections let you organize the requests in your workspace, including those you use to build your flows. To learn more, see Postman Collections.
To create a new collection, do the following:
With the Postman Echo API, you can skip authentication and any other configuration steps and send an API request.
To create a new request, do the following:
Select Add a request.
Enter the name Postman Echo.
Select the Return or Enter key.
Enter the following request URL:
https://postman-echo.com/get
Select Save.
The Send Request block lets you use any request available to you in your flow. In this tutorial, you'll use the request you created in the previous steps.
To add a Send Request block, do the following:
When you connect two blocks, you connect one block's input to another block's output. Inputs are on the block's left side and outputs are on its right side.
The Display block displays incoming data, such as the Send Request block's outgoing API response.
To connect a Display block, do the following:
From the canvas toolbar, select Run.
Congratulations! You sent a request and displayed the response in a Display block.
Last modified: 2024/08/13