
Tests – where you can place your scripts that will be executed during the request.Pre-request Script – where you can place your scripts that will be executed before the request.Body – where you can place your request and commonly used in POST request.Headers – where you can set the required headers such as content-type, client_id, client_secret, etc., depends on the API configuration.It may be in the form of a username and password, bearer token, etc. Authorization – where you will pass authorization details to access an API.Params – where you can add your query parameters in key value pair.

Request URL – the application endpoint that your going to access to perform testing.HTTP Method – where you can choose different methods such as GET, POST, COPY, DELETE, etc.By default, the request title would be “Untitled Request”. Request tab – This displays the title of the request you are working on.Each collection may have subfolders and multiple requests. Collections – where you can organize your requests into folders.History – where you can see the requests that you sent earlier.Invite – where you can invite your team members to work together in one workspace.

