top of page

Postman Tutorial

Navigation In Postman

What Are Postman Navigation ? Explain it.

Postman navgation can be divided into four UI structures as shown below :​



  1. Sidebar Section

  2. Header Section

  3. Builder Section

  4. Response Section


Sidebar Section
  • History

  • Collection


Header Section
  • New

  • Import

  • Sync

  • Interceptor


Builder Section
  • Tabs

  • HTTP Method Type

  • URL Bar

  • Header's List


Response Section
When a HTTP request is invoked, this section will be populated with the details of response from the server.


Refer next page Create A New Request(GET) In Postman
bottom of page