Postman Installation
objective by the end of this lab, you will be able to install postman, configure a basic workspace and environment so that you can make subsequent api calls needed by future labs postman is required for various labs in this course even if you have already installed postman, you will need to complete this lab to ensure that you have the environment files and api collection installed and properly set up install postman navigate to the postman website and either download the postman app or utilize the web version > https //www postman com/download/ create a postman workspace (optional) if you are new to postman and this is your first installation, then you don't need to create a new workspace on first launch, choose to continue without signing in, and you'll be using the lightweight client that doens't require a workspace if you are already familiar with postma n and have it installed, then you likely were already signed in and have several workspaces if this is the case, we'd recommend you create a new workspace for this bootca mp instructions can be found on the https //learning postman com/docs/collaborating in postman/using workspaces/create workspaces/ postman interface open postman and quickly familiarize yourself with a few areas of the application for the purposes of working with experience platform, we really only need to focus on a few key areas of the application sidebar the sidebar is what allows you to navigate quickly across the different postman elements during the labs, you will only use the two items below collections groups of saved requests that can be imported from an external location or created by yourself environments a set of variables that you can reference in your postman requests in experience platform, you can think of postman environments as synonymous with adobe sandboxes within an ims org we will use the environment's function in postman header workspaces enable you to organize your work into various groupings (i e projects, teams, etc ) main work area the main work area is where you will perform the majority of your work when working in postman all api requests are exposed in a specific tab within the main work area right sidebar provides additional access to tools based on the current tab selected examples are documentation for the request, comments, and code snippets, to name a few features environment selector allows you to quickly switch between different environments to access pre configured variables when working with apis when working with experience platform, you will leverage this when working with a specific aep sandbox within your assigned ims org footer at the very bottom of the postman application, you will find a set of functions that allow you to quickly see the logs for the calls you made, quick access to find and replace, and various other functions recap you should now have postman installed and understand some basics of the ui