Postman Configuration
Environment File
postman environment file import environment file open the environment file from above in your browser by clicking on the file copy the url of the file to your clipboard launch postman on your local machine and click on the import button within your workspace paste the url of the environment file into the import modal text box on the overlay this should trigger an automatic import once imported, you can validate your environment file exists by clicking on the environments tab in the left sidebar you should see something similiar to below environment variables before you can make any api calls you need to update a few of the variables in the environment file you just imported these variables are referenced in the api calls so be sure they are correctly filled in the variables are broken into two groups developer project values > these are the default variables generated from the developer project that were created in the adobe developer console other values > these are custom created variables that typically created by a user to work with the various experience platform apis reference the sandbox assignment pdf to get all the values required for your environment file update developer project values click on the environments tab in the left sidebar of postman next click on the aep bootcamp environment file update the current values for the below listed variables client secret client id (also called api key) technical account id ims org when done your environment file should look similar to this update other values the only other values that need to be updated are the sandbox name variable and the tenant name variable sandbox name tells adobe experience platform what sandbox to execute against tenant name used to pre populate the tenant name in specific xdm calls these values will come from your sandbox assignment pdf update the current values for the below listed variables sandbox name tenant name save your updates by clicking the save button in the top right of the environment workspace when you are done your environment file should look like this congratulations! you have completed your postman environment configuration