With the Postman API client installed and ready to go, it's time to make your first GET request outside your usual web browser.
This lesson will walk you through the GET request setup and execution step by step.
Set up the GET Request in Postman API
-
Open Postman
-
Open a new tab using the plus button, as shown in the image below.
-
On your new tab, confirm the HTTP method is set to
GET. -
Paste this URL to the right of GET:
http://demo.codingnomads.co:8080/tasks_api/tasks
Execute the GET Request in Postman API
-
To execute the request, press Enter on your keyboard or click the blue 'Send' button.
-
Wait for the response to show up below. The response should look similar to the request made in your browser earlier.
Summary: Postman GET Request
That's it! You've successfully made a GET request using Postman. You're now ready to explore more advanced requests. The subsequent lessons will dive deeper into Postman's capabilities for API requests.