Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Postman Tutorial Part 3 – Sending First GET Request in Postman – Make Selenium Easy

Posted on 05/19/2022 By admin

As a part of Postman Tutorial – End to End, in this post, we will learn “How to send GET request in the Postman tool.“

Prerequisite

  1. You should have a preferably native Postman app installed on your system.

Sample APIs for Testing

  1. Restful-booker API
  2. GoRest API

I will use below GET APIs for this post to show demo:-

  1. Get Booking – Get booking details by booking id
  2. Get Users – Get all users

Step by step process to hit a GET request in Postman

  1. Launch the Postman tool app.
  2. Open “Create a new request” template.
  3. Select the “GET” in HTTP methods dropdown.
  4. Pass the request URI in the address bar of Postman.
  5. Add authorization if applicable.
  6. Add headers if applicable.
  7. Click on “Send” button.
  8. View the response body and other details.

Launch the Postman tool app

Launch the installed Postman tool. If you have not installed the Postman tool then you can install it from here. Please note here that I have created an account on Postman. If you have not created then you will be seeing some slightly different screen from below:-

Open Create a new request template

There are many ways to open a request template in Postman. You can use any option shown below:-

A request template will be shown as below:-

Select the “GET” in HTTP methods dropdown

In the above example, APIs support a GET operation so we need to select “GET” in HTTP verb dropdown in Postman as shown below. Anyway, the default selected option is GET which you can see in the above image.

Pass the request URI in the address bar of Postman

Every API will have an address i.e URI. A URI is formed as a Base URL plus resource locator. For example:-

In real-time, you may get only resource identifiers. In that case, you need to form a complete URL. Pass this URL in the address bar of in a request template in Postman as shown below.

Add authorization if applicable

Since in this example, API does not require any authorization so we will skip this step as of now.

Add headers if applicable

Since in this example, API does not require any headers so we will skip this step as of now.

Click on “Send” button

Click on “Send” button and it will change to “Sending“. It means you need to wait until the response of API is received.

View the response body and other details

The Postman tool shows the response received in a Response section with status code, time taken to get a response, and size of the response. Those are highlighted below.

Let’s follow the same steps for GetBooking API of Restful-Booker APIs.

There are so many things to observe in GET request as well but since we have just started learning we will cover all concepts.

You can subscribe to my YouTube channel RetargetCommon to learn from video tutorials.

If you have any doubt, feel free to comment below.If you like my posts, please like, comment, share and subscribe.#ThanksForReading

#HappyLearning

Uncategorized

Post navigation

Previous Post: Git Tutorial 10 – Git Fetch – Download (Not Merging) Changes From Remote Repository – Make Selenium Easy
Next Post: You searched for css – Make Selenium Easy

Related Posts

May 5, 2019 – Make Selenium Easy Uncategorized
Manual Testing Uncategorized
image – Make Selenium Easy Uncategorized
postman Uncategorized
Method 2: getCssValue() : What, When and How to use? Uncategorized
postman tutorials – Page 2 Uncategorized

Recent Posts

  • Getting Started with Selenium 4: What Is New and How to Upgrade from Selenium 3
  • Manual Testing
  • Baby Steps To Become Efficient Selenium-Java Automation Tester
  • Features of Selenium 4.0.0 Release – Java Binding
  • Part 1: Handling Drop-down Created Using SELECT Tag In Selenium

Recent Comments

No comments to show.

Archives

  • April 2026
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • April 2024
  • March 2024
  • February 2024
  • December 2023
  • October 2023
  • August 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • May 2022
  • March 2022
  • October 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • October 2020
  • September 2020
  • August 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • May 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • January 2018

Categories

  • Getting Started
  • Uncategorized

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark