Reflow logo
Reflow

How to Send Requests Using Postman

Introduction

This guide provides a step-by-step walkthrough on how to send requests using Postman. By following these instructions, you will learn how to create a request, enter the necessary URL, select the request type, add authorization, and send the request to see the response.

Step-by-Step Instructions

Creating a New Request

Click the plus button to create a new request named Untitled Request.
Creating a new request in Postman

Entering the Request URL

Enter the URL in the text field.
Entering the request URL

Adding Authorization

Add your authorization key by selecting the bearer token option.
Adding authorization key

Sending the Request

Click the send button to send the GET request to the server.
Sending the request

Viewing the Response

After sending the request, you can view the server's response.
Viewing the response

Conclusion

By following the steps outlined in this guide, you should now be able to successfully send requests using Postman. The screenshots provided will assist you in navigating the Postman interface and executing your requests effectively.