-
Sign up on the Postman API platform. For this session, you will not need to download the Postman app, as we can use Postman in the browser itself
-
Once you've signed up, you will reach the landing page. Click on either the '+' next to the tabs or the 'Send an API request' button to open a new page.
-
Try sending a request to https://itc.gymkhana.iitb.ac.in/certificateBackend/backend101 by entering it into the URL input, and hitting Send
-
Try adding query params to your request, by mentioning a name and value (the description is optional and not used in the actual call).
-
- Follow the above mentioned steps.
- Select the
GET
method. - Copy the following link.
https://itc.gymkhana.iitb.ac.in/certificateBackend/backend101?
- Now in Query Params add
name
askey
and addyour_name
as thevalue
. - Click on
send
button and 'Hello There!!!' :)