Interview Questions Company
Interview Questions Company
4. Click Sign-In option and at Sign-in page > check out at bottom for text “Take me straight to the
app”. You will not need to use login and directly you will be accessing the app.
5. Postman allows to create a FOLDER with this you can store all request and response. This folder
is knows as “Collection” here.
6. Select the API request method > GET (from drop down) and type the API endpoint url. Refer
below image
7. Lets add Header in this API request, Click at “Header” tab for all header related information.
I typed a most common API header “content-type”. POSTMAN tool is intelligent, this will suggest you
the similar headers post you start typing. Here I typed “plain” and this tool suggested the value
“text/plain
Or when I type “Jso” it suggested me the below
8. Since for the GET request , there is no payload is sent hence “Body” tab is disabled in this case.
Please note that POST method in API sends body (Payload), then body tab will get enabled. When you
select POST from dropdown, you will notice “Body” tab gets enabled.
9. When I hit “Send” button below screen displayed (This is response for GET request)
In this Response, please verify that “Cookies” and “Header” are displaying count, which means response
has these many number of headers and other information